i pull info from mysql database and display it to the user to see if that time and date is available,
normaly i use just a typical echo to display the results, but as i want to keep it all on the...
Type: Posts; User: Timms; Keyword(s):
i pull info from mysql database and display it to the user to see if that time and date is available,
normaly i use just a typical echo to display the results, but as i want to keep it all on the...
really appriciate the answer you gave me.
When i left the forum after i posted i went to look in some more posibilities to what i was doing, and figured maybe the do command would be a better...
My form consists of a "select amount of people" select menu,
a select menu to select the hour,
and a date select menu,
What is meant to happen:
the user selects how many people is meant to be...
Using a table i am to pull out data from my MySQL data-base, generaly works fine but what i need to do is pull the data out then go on to a new column of the same row but want it to go 3 columns then...
I couldent post the code it was to long, thats why i give you the link to the zip file with the script that you are asking for inside it, here is the code that goes inside recaptchalib.php
...
i give you what you need in the post above yours.
Yes it would say that its not on your server :)
the reCapatcha script im using is off their site
http://code.google.com/p/recaptcha/downloads/list?q=label:phplib-Latest
I have a script input that allows you to add to the site guest book, which connects and sends data to the MYSQL data-base. The data base and everything else works fine, if i dont add the reCapatch...
ok so i found the answer that i need to escape the ' quotes in the user submited comment
my attempt is $dtl = str_replace("'","'","\'");
but replaces the whole thing so how to i just replace...
Ah thanks for the replys guys i just found out the cause!
it apears that when people add such a thing like ' it pulls out an error!
You have an error in your SQL syntax; check the manual that...
Cant figure this out the fact long text should be able to hold an extreme amount of data from what i hold so i figure there is something else wrong. never the less my code is very basic and i cant...
Seen many examples on this but they are either not appropriate or just gibberish for me to even modify, also my strongest point is defiantly not JS.
Simple web design i have contains of the main...
Im not sure if i got what you mean but if this helps here is what i have. This validates every field that is in this line of space
// validation expected data exists
...
I made a script to submit the information to mysql database... but now i need to check the strings that were submitted and every example i find does not seem to help atall so i come up with something...
I have a mysql database which is displayed on my site with the fields in the DB being Date which is the date of the event, Location which is where the event will be held and the ID which is for admin...