Your Open Source
Free YourOpenSource Softwares Online Resources and Softwares Downloads with Demo
psbharathy
since from Wed 18 Jun 2008| Points | : | 138 |
| Posts | : | 23 |
| Comments | : | 7 |
Recent Posts :-
How to connect signle table in mysql database using sql query ?
MySql Connection : Connection a single table using my mysql query . GRANT SELECT , DELETE , CREATE , DROP , INDEX , ALTER , CREATE VIEW , SHOW VIEW ON `database name`.`your-table-name` TO 'username'@'localhost' WITH GRANT OPTION ;
50
Mar 04 10 07:08:57
Psbharathy
SQL COUNT
SQL COUNT : Is used to count the number of records in a tableexample :Table user-----------------------------------------ID USERNAME phone-----------------------------------------1 Ant 12342 ..
85
Nov 20 09 05:23:09
Psbharathy
Url validation in php
A function to validate URL (website name)I wrote the following function to validate the given url<?//url validation$url = validate_url('http://www.youropensource.com'); //is a valid URL and returns TRUE$url = validate_url('https://www.youropensource.com'); //is a valid URL and returns TRUE$url = validate_url('htt://w..
348
Nov 06 09 07:16:35
Psbharathy
How to open new window or pop window when users attempt to close browser window
I need a javascript function to trigger when the users try close the browser window , that function will confirm the users whether he would like to stay on this page or he will close the current window . if the users choice is "yes" then i ll need to show a pop window or a new window .I have tried onunload and onbeforeunload&..
99
Oct 21 09 12:29:08
Psbharathy
How to fetch payment from clients using paypal ? is there any plug-in avaiable ?
I have a cart script running my on site. I need to get the payments from clients every month , so i need a script or plug-in that is used to fetch the payment from my clients paypal account .
163
Oct 14 09 12:56:33
Psbharathy



