No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
15 Posted Topics
Re: You sould declare all you varaibles before execution. //declare variables first $flname = $_POST['flname']; $email = $_POST['email']; $tel = $_POST['tel']; $descRequest = $_POST['DescRequest']; $dropdown = $_POST['dropdown']; $from = 'From: Translations Designs'; $to = 'emaus9@yahoo.com'; $subject = 'Hello'; $body = "From: $flname\n E-Mail: $email\n Telephone: $tel \n Description Request:\n $DescRequest Service … | |
Hello the code below will fetch all unaswered questions from the db. But when there is only one question, when next is done, it doest submit, and gives a blank page.If more than 1 questions it works fine. Please help. Thank you <?php session_start(); //uri get from index $qu=$_GET['qu']; $userid=$_SESSION['userid']; … | |
Hi, im am having a smal issue whereby i am using a highchart api based on jquery to display stats. but the stats are stored statically in a table in html and throught which the graph are shown. Nnow i implemented php/mysql to get the data directly from db. So … | |
| |
hi all, i am actually working on a project. But the mysql_real_escape_string() is not working on my php5 codes. Can anyone suggest me an alternative to avoid sql injection, plz! Thank you! ![]() | |
hi, im having an issue when using the .load() function of jquery. im using my index .php file to dynamically load contents in a div using the load function. but when i refresh the browser i taken to index.php. can u please suggest me? thank you | |
i am using the.load function to load the page dynamily , but the code doesnot run on ff. | |
hi, im having a problem using this jquery I mamanged it to g and fetch data from mysql n now i want it to disply only one class at a time on available or not available here is the js $(document).ready(function(e) { $('#txtAuction').keyup(function(){ check_availability(); }); }); function check_availability() { var … | |
hi, im using jquery for dynamic diaply of login, but now i wish to start the $session once the login is sucsseful. but my code is found in a function in a php class. So can i call that function? Thank you! | |
Re: Did you lately installed and programs or antivirus program..Though most of the time its being a compatobility issue as panda antivirus etc.. | |
Re: i dont think it will work, but u can try the sfc tool | |
| |
Re: Check with your paper size settings and also printer properties. | |
hi, i am new to jquery though im learning,together with ajax. I have the following script that displays a modal login form after cliking on login_link. But for my web page, i used the .load to load content in the main content div, so whenever this code is placed the … |
The End.