CBG,
Attached is a single PHP that you can upload directly to your server to test by calling through your browser. I've tested it and it works but I may not have understood your requirements correctly...
What I have done is:
a. User keys in 1st va…
It's quite simple, I'll get something out for you when I get off work tonight.
No need for your forum $$$ :)
Two questions though:
1. Does the user need to chose M, or is M randomly selected by the script?
2. What are the code numbers (C) for the …
4tone87 - i'm interested. i'll be doing it for free as a hobby - so i will not be able to commit to deadlines :) just post what your project is about...
You're on the right track. If you want an exact match use "=".
The "Like" operator simply return everything that is similar to the parameter provided.
E.g.
= "hello" returns only records that matches "hello"…
1. Is the message a warning or an error?
2. I believe the variable has to be explicitly defined in order to prevent warning messages from coming up - simply using it in a form doesn't count
you should edit your php.ini file to choose what messages …
i guess the only way is to pour in $$$ into competitions and stuff for a while - until you get a group of steady/loyal members who actually like the place :)
T, one tip for you. If your host is using CPanel, when you create the MySQL database, it will normally display to you the information to use to connect to the MySQL database - i.e. the server name (whether or not you can use localhost), usrname and …
T,
It would seem that you've got the connection to the database server wrong.
These will have to be changed in the scripts...
1. Your host can be accessed using "localhost"
2. Your database is called "test"
3. Your database us…