No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
Hi I am intrested in php, mysql, ajax and jquery.
Having knowledge of PHP, MYSQL, Ajax, Jquery, Mootools, javascript, C, C++, ASP, ASP.NET, Visual Basic and like web programming. Can do graphics design but not so good still happy for my own design.
- Interests
- Programming, Web Designing and research about web programming.
- PC Specs
- Hi well computer for programming.
9 Posted Topics
Re: 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 … | |
Re: [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 … | |
Re: [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 = 'info@infront-design.com'; /* data colletction vars */ $nameField = $_POST ['Name']; $mailField = $_POST ['email']; $commentsField = … | |
Re: Hey Just search for PHP Mail Function in google you will get lots of codes. If u again got problem I will help u. | |
Re: 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 … | |
| |
Re: 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. ![]() | |
Re: Can you post your few lines of upload code so that I can see what have been there . Have you used php_self method ? ![]() | |
Re: [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 … |
The End.