Forum: Ajax and Design
01-22-2012, 09:36 AM
|
|
Replies: 2
Views: 582
|
Forum: Ajax and Design
01-19-2012, 07:25 PM
|
|
Replies: 2
Views: 582
Something odd with the code...
I have two files
One is myprofile.php that makes an AJAX operation with a php script on the server - handleAjax.php
When executing the myprofile.php it seems to be everything ok until trying to...
|
Forum: PHP
08-17-2011, 05:12 PM
|
|
Replies: 14
Views: 606
|
Forum: PHP
08-17-2011, 04:54 AM
|
|
Replies: 14
Views: 606
|
Forum: PHP
08-17-2011, 04:41 AM
|
|
Replies: 14
Views: 606
|
Forum: PHP
08-17-2011, 04:37 AM
|
|
Replies: 14
Views: 606
|
Forum: PHP
08-17-2011, 04:22 AM
|
|
Replies: 14
Views: 606
Thank you, but...
Thank you for the quick answers, guys, but the problem is persist...
Tried all the ways you suggested - none worked.
In addition - when I wrap the expression with one of the ways you provided the...
|
Forum: PHP
08-17-2011, 03:19 AM
|
|
Replies: 14
Views: 606
Problems with $_POST
I have two files:
1) hello1.php
<html>
<head></head>
<body>
<?php
...
...
$values = array($x, $y, $z);
echo "<form action=\"hello2.php\" method=\"post\">
|