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
~234 People Reached
Favorite Forums
Favorite Tags
php x 2
Member Avatar for cristina.h

HI I am trying to send a mail from a html form. I am working with a localhost. I can't send the email but it doesn't show the error. What can I do to see the error? Thank you for your time. [CODE] <?php if ($_POST['submit']) { $nume=$_POST['nume_exp']; $mesaj=$_POST['mesaj']; if …

Member Avatar for farhan386
0
134
Member Avatar for cristina.h

Hi! I am trying to insert the data froma a form into 3 tables. Although I get no errors only the first insert works. Could you please help me and tell me what am I doing wrong? $query_add = "insert into autoturisme values('', '$producator', '$model', '$categorie', '$nume_poza', '$motor', '$consum', '$locuri', …

Member Avatar for urtrivedi
0
100