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 #4K
~3K People Reached

15 Posted Topics

Member Avatar for emaus9

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 …

Member Avatar for emaus9
0
384
Member Avatar for ajay.motah

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']; …

0
101
Member Avatar for ajay.motah

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 …

Member Avatar for EvolutionFallen
0
201
Member Avatar for A1pheus
Member Avatar for ajay.motah

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!

Member Avatar for iamthwee
0
114
Member Avatar for ajay.motah

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

Member Avatar for ajay.motah
0
96
Member Avatar for ajay.motah
Member Avatar for ajay.motah
0
160
Member Avatar for ajay.motah

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 …

Member Avatar for Airshow
0
127
Member Avatar for ajay.motah

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!

Member Avatar for theHop
0
72
Member Avatar for Coyboss

Did you lately installed and programs or antivirus program..Though most of the time its being a compatobility issue as panda antivirus etc..

Member Avatar for gerbil
0
282
Member Avatar for WeirDGamerHD
Member Avatar for pudgeeboy
Member Avatar for collisk
Member Avatar for JorgeM
0
97
Member Avatar for maps10005
Member Avatar for ajay.motah
0
96
Member Avatar for ajay.motah

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 …

Member Avatar for blocblue
0
427

The End.