Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #18.7K
Ranked #4K
~22.7K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

9 Posted Topics

Member Avatar for ayesha789

Don't worry! it's very easy way first of all backup all of your htdocs folder from xampp this is the folder where your files. xampp\htdocs\-copy allfiles of htdocs . and also now backup your database from mysql folder. xampp\mysql\data-There is your database If you have changed as your required in …

Member Avatar for mukul127
0
22K
Member Avatar for 6pandn21

[QUOTE=6pandn21;1071636]Hello everyone! I am currently going to build a simple booking website for a restaurant using PHP which will have two major functionality. One will be to book for seats and other to possibly let people order takeaways. Now that will be the front end of the system. But I …

Member Avatar for Stefano Mtangoo
0
138
Member Avatar for vtek

[B]Did you see the out put in this ??[/B] I have found one php tag is not closed their <?php /* subject and email vars */ $emailSubject = 'someone commented on infront-design.com'; $toAddress = '[email protected]'; /* data colletction vars */ $nameField = $_POST ['Name']; $mailField = $_POST ['email']; $commentsField = …

Member Avatar for jagadishwor
0
110
Member Avatar for windinair

Hey Just search for PHP Mail Function in google you will get lots of codes. If u again got problem I will help u.

Member Avatar for sajif
0
121
Member Avatar for jyotiu

Hi, You are trying to keep whole page inside your page. So it's overriding because that page is just shown inside your page and that page contents all of the css style which the remote page have. So Try other method so that you can access the content of that …

Member Avatar for scottlpool2003
0
135
Member Avatar for sarithak
Member Avatar for nav33n
0
103
Member Avatar for sureronald

Hi you can write code in php and javascript like <a href="javascript:confirm('<?php echo $confirm;?> <script language="JavaScript"> function confirm(value) { if (confirm("Are you sure you want to signout '" + value + "'")) { window.location.href = ''; } } </script> It's easy to combine java and php. I think you understand.

Member Avatar for Member #120589
0
109
Member Avatar for naju

Can you post your few lines of upload code so that I can see what have been there . Have you used php_self method ?

Member Avatar for Member #120589
0
122
Member Avatar for nawabsheriff

[QUOTE=nawabsheriff;797207]<?php $conn = new mysql('localhost', 'root', 'adm1ns'); $sq1 ="INSERT INTO data VALUES(?,?,?); $stmt = $conn->stmt_init(); $stmt->prepare($sql); $stmt->bind_param("sss",$instance,$instance,$instance); $stmt->execute(); $stmt->fetch(); ?> i use this code to store the data in mysql given by user... in sixth line i am getting a error "unexpected T_STRING" i cant cant this error pls help …

Member Avatar for nawabsheriff
0
277

The End.