RE: [PHP] I NEED HELP WITH PWS AND W98

2001-10-24 Thread Dana Holt
I use Apache on Win ME (don't ask!), and it works fine. Never tried it on 98 though. -- Dana Holt / [EMAIL PROTECTED] Xenos Online http://www.xenosonline.com/ --- This is my sig. There are many like it, but this one is mine. I must master my sig as I must master my life

[PHP] PHP Dreamweaver / Fireworks

2001-09-23 Thread Dana Holt
just require the HTML file with the fireworks output in it. I am tired of cutting and pasting my PHP code! ;-) How do you guys handle things like this? Thanks. -- Dana Holt / [EMAIL PROTECTED] Xenos Online http://www.xenosonline.com/ --- http://www.theydidmewrong.com/ http

[PHP] mysql_connect failes w/ variables and defines. why?

2001-09-22 Thread Dana Holt
Does anyone know why if I pass mysql_connect() or mysql_select_db() parms as variables or defined constants the connection always fails? If I copy and paste the values I assign to the variable or the defined constant it works like a champ. Can anyone explain this? Thanks in advance. -- Dana

[PHP] Weird PHP problem...Example code...

2001-09-11 Thread Dana Holt
); echo '...'; } else { echo $row[HEADLINE]; } } echo '/a'; echo 'br'; } PHP CODE END -- Dana Holt / [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

[PHP] mySQL / PHP Join Question

2001-09-08 Thread Dana Holt
I have a query that uses a LEFT JOIN, but the two tables have some columns with the same name. How can I tell the columns from each table apart? It seems that the joined table overwrites the values from the other table. Anyone know? Thanks. -- Dana Holt / [EMAIL PROTECTED] -- PHP General

[PHP] Session problems...

2001-08-14 Thread Dana Holt
the page expired message and must refresh. How can I keep this from happening? I am displaying user information in a header file that gets loaded with each page, so I have to use sessions for each page. This didn't happen before I added the session code. Thanks. -- Dana Holt / [EMAIL PROTECTED

[PHP] Hi! PHP SQL!

2001-07-25 Thread Dana Holt
Hello everyone, I am very new to PHP (only 2 days now!), and I am having a problem with MySQL. This is probably simple. Ok, I insert a new row into a database that has an AUTO_INCREMENT key defined. How to get the value of the AUTO_INCREMENT field of the row I just inserted? My database