Since 7/15/2012 10:24:41 PM, michael8429 has written 6 articles and participated in 10 conversations. michael8429 signature:
michael8429's articles:
Items(6) /1
switch trouble221 (5/17/2005 7:14:40 PM) comp.lang.php I've got the switch structure right: switch ($i) { case 1: print "i equals 1"; break; default: print "i doesn't equal 1"; } But no matter what I do it always executes the default code bloc... Dinguss
unexpected $end431 (4/17/2005 6:44:39 AM) comp.lang.php OK, what the heck does that mean? all the rest of my code is right, but I get a parse error saying unexpected $end. What gives? ... Michael
\n doesn't work1130 (3/8/2005 10:04:34 PM) comp.lang.php I am writing a program, and I am using \n in double-quoted print statements, which should give me a line break. It doesn't work. I'm running Apache 2.0 and PHP 5, with Mozilla Firefox as a browser. What is wr... Michael
what the heck??222 (2/13/2005 8:04:35 PM) comp.lang.php I have written a program that prints out all the values from a mysql database. I am using PEAR to help me along, btw. Anyway, whatever I do, there is an error that says "PHP Parse error: syntax error, unexp... Michael
setting up extension_dir927 (2/3/2005 6:15:08 PM) comp.lang.php How do I set up the extension_dir in windows to point to "c:\php\ext"? I've tried almost everything. ... Michael
MySQL help428 (1/30/2005 9:43:34 PM) comp.lang.php I'm having trouble with MySQL. When I try to use mysqli_connect(), it says "call to undefined function". Any advice? ... Michael
michael8429's replies:
Items(6) /1
MySQL help428 (1/30/2005 9:43:34 PM) comp.lang.php I'm having trouble with MySQL. When I try to use mysqli_connect(), it says "call to undefined function". Any advice? ... michael8429(16)
MySQL module won't load under php5323 (2/8/2005 10:59:59 PM) comp.lang.php I am running php 5 against a apache 2 server under WindowsXP. I have php installed at c:/php and extentions at c:/php/ext. extensions_dir is set correctly and extention php_mysql is declared. I use a 'recomende... john.thingstad(1211)
PHP Nightmare.....Integration into ebaY listings1120 (2/13/2005 6:45:16 PM) comp.lang.php Hi guys, I've been searching all day for a method on how to integrate the listings off ebaY onto my website, but I have had no joy whatsoever. I want to be able to open a listing based on the the item number,... lessani(34)
unexpected $end431 (4/17/2005 6:44:39 AM) comp.lang.php OK, what the heck does that mean? all the rest of my code is right, but I get a parse error saying unexpected $end. What gives? ... michael8429(16)
newbie PHP/SQL problem421 (4/17/2005 8:04:23 PM) comp.lang.php Hi All, I've install a supposedly compatible combination of PHP, SQL with an Apache server. Generally all individual components seem to operate fine. I can create tables in the database using mysql and I ca... dave_m_moore(31)