Ermblah. Where is a good refence site for MySql???
also is Php "space" sensitive??
for example
Code:<?php //will this function(); //work the same as this function (); ?>
| SitePoint Sponsor |

Ermblah. Where is a good refence site for MySql???
also is Php "space" sensitive??
for example
Code:<?php //will this function(); //work the same as this function (); ?>
Last edited by sonique; Sep 25, 2001 at 11:21.
jmulder[THE MENTOR]'s nice guy online!
Rig: AMD Athlon 800mhz; 384mb SDRam; 32mb nVidia @ 1024x768; ie 6; Windows ME; 15 gig; Cd-RW

¿anyone?
jmulder[THE MENTOR]'s nice guy online!
Rig: AMD Athlon 800mhz; 384mb SDRam; 32mb nVidia @ 1024x768; ie 6; Windows ME; 15 gig; Cd-RW





1) http://www.mysql.com
2) Did you try it? These types of questions can be solved with a 2 second test.
Tell me what happens, it will take longer to test it than it did to write it.PHP Code:function printMe() { print "Hello World"; }
printMe();
printMe ();
Please don't PM me with questions.
Use the forums, that is what they are here for.

it works....
hmmm...
should have used common sense to TEST IT!!!
jmulder[THE MENTOR]'s nice guy online!
Rig: AMD Athlon 800mhz; 384mb SDRam; 32mb nVidia @ 1024x768; ie 6; Windows ME; 15 gig; Cd-RW
Bookmarks