Search found 5 matches

by rmul1966
Tue Dec 07, 2004 2:26 pm
Forum: PHP - Code
Topic: Create Table with Variable name
Replies: 3
Views: 498

Thank you very much I tried many different variations of the quotes and did not realize that was the issue.

I will read about the quotes in manual .
Thank you for your assistance
by rmul1966
Tue Dec 07, 2004 1:47 pm
Forum: PHP - Code
Topic: Create Table with Variable name
Replies: 3
Views: 498

Create Table with Variable name

can someone show me or explain to me why when I run the following script, it creates the table as the Variable name not the contents of the variable I have tried putting quotes around the variable so that it is "$TB_Name" I tried .$TB_Name. did not work If I substitute the Variable with a ...
by rmul1966
Tue Dec 07, 2004 9:59 am
Forum: PHP - Code
Topic: PHP Mysql syntax and logic question
Replies: 5
Views: 513

Tim Thank you, CASE SENSITIVE was killing me.... after staring at it for what seems like hours to find out that it was a simple thing like that sure makes a person feel like UGHHHHHHHHHHHHHHH


Thanks for your help
by rmul1966
Tue Dec 07, 2004 9:19 am
Forum: PHP - Code
Topic: PHP Mysql syntax and logic question
Replies: 5
Views: 513

Tim Thank you for your tip, I will use that to clean up the code but before I can even do that I have a problem with my logic even before getting to that point. I have been changing the code around to display variables at different stages of the entire script to make sure that everything is correct....
by rmul1966
Mon Dec 06, 2004 11:04 pm
Forum: PHP - Code
Topic: PHP Mysql syntax and logic question
Replies: 5
Views: 513

PHP Mysql syntax and logic question

Hello everyone, ** I made some changes to correct and obvious error I had New Code listed below **** Thanks again for any assistance I have created some code to do the following things and I have a few bugs in it that I will describe as I go. What I am trying to accomplish is 1. read variables passe...