- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 2
- Posts with Downvotes
- 1
- Downvoting Members
- 2
5 Posted Topics
i guess you could use ctype_space() function for more details refer to php manual [url]http://in.php.net/manual/en/function.ctype-space.php[/url] else u cud do it more effectively using javascript -- [code=JavaScript]function hasWhiteSpace(s) { reWhiteSpace = new RegExp(/^\s+$/); // Check for white space if (reWhiteSpace.test(s)) { alert("Please Check Your Fields For Spaces"); return false; } return …
I''d suggest you store the query that you hit in a string and echo it out. check if the insert query works in the backend. Coz sometimes in php you might not get the values properly. and for pimary key pass null if it has auto increment in dB. dont …
Hi i got this site -> knowitall.co.nr and i wanna know of some program that cud transfer money to paypal. i dont want it to be sent home like the normal google adsense! If u have any info id appreciate it. and if there are any other ways oof earning …
i think u folks shoudl check out this site - [URL="http://adbux.org/"]http://adbux.org/[/URL] u can earn money by spendin a few minuites a day and referring more n more people to it( thats what im doing) but it pays off money no doubt but the process is slow... so hope u can …
Can anyone please tell me how can i copy a table. thank you. and also how to fin out the second highest value of a field in a table. eg. select the employee cashing in the second highest salary in the company. Thanks a lot.
The End.