Obviously this may need to be looped...
if(isset($_POST['userfile'])) { // file sent by form
$type=$HTTP_POST_FILES['userfile']['type'];
$file_realname = trim($HTTP_POST_FILES['userfile']['name']);
$uploaddir = "/var/web/upload/"; // upload directory
if...
Hi,
Is it possible to select fields in a table that for instance have a 'f' at the beginning, in the MySQL query, and not the others in the table?
regards
adam
Hello everyone,
Sessions on my server appear not to work, even though all settings are correct.
For instance when i set a session there are no errors. But when i try to get the session variable back ie determine whether it exists (session_is_registered("UID") etc) the response is...
Yeah thanks...
I've now abandoned that system, instead calling them q1, q2 etc instead of 1, 2 etc, then stripping string of 'q' at other end.
regards
adam
Hello everyone.
When querying a MYSQL DB with PHP, how can you query a column ie [WHERE 1='test'] when the column/field name is itself a number?
Thanks very much
Many Regards
adam
www.fractalimpact.co.uk
Dear Experts,
I have a database in MySQL named main, and a table within that named 'data'. There are two field in this table named "username" and "pass".
How can I cross check to see if the supplied variable correspond with the ones in the database.
Thanks a lot
Many...
Dear Experts,
I have found a free script on the net to detect whether a specified email address is valid....
How it is missing some things:
Character check,
and splitting of the original email address into $host and $user,
Your Help would be most appreciated in regards to this matter:
this...
Dear Experts,
I have found a free script on the net to detect whether a specified email address is valid....
How it is missing some things:
Character check,
and splitting of the original email address into $host and $user,
Your Help would be most appreciated in regards to this matter:
this...
Well, you can use IFRAMES instead then, that is the only other alternative appart from using PHP etc to recall and print scipting from separate file...
<iframe width=500 height=500 src="navbar.htm"></iframe>
Inline frames can be used just like normal tables...
regards
adam
Thanks for pointing that out experts,
Urr, well all I can say is that it was a malfunction on behalf of DW. Anyway the site is now completely up!
Thanks for your cooperation,
Many Regards,
adam
Daer Experts,
Could you guys please tell me what you think of my new site?
It's located at: www.adamhadley.co.uk
Many Regards
Adam Hadley
Fractal Impact
fractalimpact@aol.com
well if PHP is enabled it is probably assoc with the .php or .php3 documents throughout the site.
there are practically no differences in the versions of PHP hosted by IIS(windows) or apache etc.
to send email using PHP, you will probably need sendmail and/or another CGI prog to process the...
dear experts,
do any of you know whether it is possible to analse the header information given out by the clients browser in PHP4? This would be to set session vars to maintain site wide compatibility with older browsers.
many regards
adam
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.