Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #44.2K
~2K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for beanboy

@Nithya: If you installed wamp server then paste your folder in www directory. and after that open any broswer and type localhost/foldername and press Enter.

Member Avatar for Member #120589
0
1K
Member Avatar for rajendher

`Inline Code Example Try This Code <?php $error = ""; //error holder if(isset($_POST['createpdf'])){ $post = $_POST; $file_folder = "files/"; // folder to load files if(extension_loaded('zip')){ // Checking ZIP extension is available if(isset($post['files']) and count($post['files']) > 0){ // Checking files are selected $zip = new ZipArchive(); // Load zip library $zip_name …

Member Avatar for cereal
0
227
Member Avatar for rajeesh_rsn

I have modified the script. if some one want to create backup on limited tables. just replace the code and add own table names instead table_1,table_2 etc. <?php backup_tables('localhost','root','root','testdb'); /* backup the db OR just a table */ function backup_tables($host,$user,$pass,$name,$tables = '*') { $link = mysql_connect($host,$user,$pass); mysql_select_db($name,$link); //get all of …

Member Avatar for arslanqamar
0
812

The End.