Eduardo Vizcarra wrote:
Hi guys
After doing some changes, I believe it is partially working, what I did is
the following:
while($row=mysql_fetch_array($fotos))
{
$fotos_mostrar[] = $row;
}
$primer_foto = reset($fotos_mostrar[0]); // This is to set the pointer to
the first record
e
What about comparing the pure HTML output of both servers _including
headers_, for example with curl?
On 3 Nov 2007, at 23:46, Erick Paquin wrote:
Hi All,
If someone has seen this before it would greatly help me.
I have done a php site at work on my windows server. The site renders
perfectl
Hi guys
After doing some changes, I believe it is partially working, what I did is
the following:
while($row=mysql_fetch_array($fotos))
{
$fotos_mostrar[] = $row;
}
$primer_foto = reset($fotos_mostrar[0]); // This is to set the pointer to
the first record
echo $primer_foto; // This di
Mackatack wrote:
Nathan Nobbe schreef:
On 11/3/07, Mackatack <[EMAIL PROTECTED]> wrote:
Hey all!
Im trying to submit a very basic form to phpinfo():
readfile: ';
readfile("php://input")
phpinfo();
?>
When i use the button to submit the form and it loads t
Eduardo Vizcarra wrote:
I have a WHILE sentence to retrieve all records from a SELECT query in a
database and am using mysql_fetch_array to store them in a matrix, the
sentence is like this:
while($row=mysql_fetch_array($fotos))
{
$fotos_mostrar[] = $row;
}
$fotos contains all records
Sudheer Satyanarayana wrote:
Wolf wrote:
Sudheer,
Post the code you are using and we'll better be able to point you in
the right direction to get your code working.
Thanks Jim Lucas, Wolf and Jay Blanchard for your suggestions. Here is
the code I am using
[code]
print '';
$result = mysq
Nathan Nobbe schreef:
On 11/3/07, Mackatack <[EMAIL PROTECTED]> wrote:
Hey all!
Im trying to submit a very basic form to phpinfo():
readfile: ';
readfile("php://input")
phpinfo();
?>
When i use the button to submit the form and it loads the new page I get:
Hi All,
If someone has seen this before it would greatly help me.
I have done a php site at work on my windows server. The site renders
perfectly in both Firefox & IE.
Transferred my site to my home server which is a ubuntu server.
Site renders perfect in Firefox but goes wacky in IE.
Thought
Hi All,
If someone has seen this before it would greatly help me.
I have done a php site at work on my windows server. The site renders
perfectly in both Firefox & IE.
Transferred my site to my home server which is a ubuntu server.
Site renders perfect in Firefox but goes wacky in IE.
Thought
On 11/3/07, Mackatack <[EMAIL PROTECTED]> wrote:
>
> Hey all!
>
> Im trying to submit a very basic form to phpinfo():
>
>
>
>
>
> error_reporting(E_ALL);
> echo 'var_dump: ';
> var_dump($_POST);
> echo 'readfile: ';
> readfile("php://inpu
Hey all!
Im trying to submit a very basic form to phpinfo():
readfile: ';
readfile("php://input")
phpinfo();
?>
When i use the button to submit the form and it loads the new page I get:
var_dump: array(0) { }
readfile: foo=bar
I would expect the $_
On 11/3/07, tanzeem <[EMAIL PROTECTED]> wrote:
>
>
> i have 3 php files pag1.php,page2.php,page3.php
> I posted to page2.php from page1.php
> Then again posted from page2.php to page3.php
> But when i click th back button from page3.php in IE 6.0 it displays
> a page cannot be displayed error.
> Wh
Wolf wrote:
Sudheer,
Post the code you are using and we'll better be able to point you in the right
direction to get your code working.
Thanks Jim Lucas, Wolf and Jay Blanchard for your suggestions. Here is
the code I am using
[code]
print '';
$result = mysql_query("SELECT * FROM users w
Eduardo Vizcarra wrote:
I have a WHILE sentence to retrieve all records from a SELECT query in a
database and am using mysql_fetch_array to store them in a matrix, the
sentence is like this:
while($row=mysql_fetch_array($fotos))
{
$fotos_mostrar[] = $row;
}
$fotos contains all records
14 matches
Mail list logo