Search found 5 matches
- Wed Jun 02, 2004 3:09 am
- Forum: PHP - Code
- Topic: switch statments
- Replies: 5
- Views: 464
one more question
thanks for replying I tried something similar to what you wrote .. but I am getting a parsing error .. I think because I am trying to dynamically write other stuff as well basically what I would like to do is <?php $tempdog=$_GETї'id']; $length=strlen($tempdog); if ( $length > 0 ) ...
- Wed Jun 02, 2004 2:33 am
- Forum: PHP - Code
- Topic: switch statments
- Replies: 5
- Views: 464
switch statments
Hello .. I was able to do this in VB so .. I am sure I can do it in PHP .... anyway how do you write an if else statement or switch statment so you accomplish the following
Code: Select all
<? if statment is true?>
tons of html code
<? else ?>
tons more of different html code
<? endif?>- Sat May 15, 2004 9:25 am
- Forum: Databases
- Topic: setting up the mySQL ODBC Source Connection
- Replies: 4
- Views: 402
thanks for your help
I just download a version from mySQL.com and it works perfectly .. I guess the one that is bundled in phpdev isnt as easy... thanks for your help
- Fri May 14, 2004 3:31 pm
- Forum: Databases
- Topic: setting up the mySQL ODBC Source Connection
- Replies: 4
- Views: 402
starting mysql
I checked the task bar like you suggested and it doesnt look like its started .. so how do I start it?
Thanks
a ton
n8w
Thanks
a ton
n8w
- Fri May 14, 2004 2:13 pm
- Forum: Databases
- Topic: setting up the mySQL ODBC Source Connection
- Replies: 4
- Views: 402
setting up the mySQL ODBC Source Connection
I just recenty installed phpdev ... it includes the php server and mysql The php server runs great and is executing scripts when I go to http://localhost but I cant seem to get the mySQL database working properply I installed MyODBC-standard-3.51 but when I go to ODBC Data Source Adminstrator in Win...