Alf Stockton wrote:
I have written my program in such a way that all the html is separate
from my php but now I need to include a piece of javascript within the
php but the php is very unhappy with
Alejandro C. Garrammone wrote:
Hi! I'm installing php 5.0.1 on Apache 2.0.55, I think it's works fine but when I load an
html form they said "Notice: Undefined variable: submit in C:\Archivos de
programa\Apache Group\Apache2\htdocs\as_insercion.php on line 10" and the other
problem it not conn
even more
important maybe: how to create a window where it gets executed?
I know, alot of questions, but I really wanna know how to do it =)
-- El Bekko
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Alf Stockton wrote:
From what I have read on the web I am given to understand that I can
include text files in a html document by issuing the following in the
html file
This however does not work for me.
My 1st thought was that I had not allowed for SSIs in my httpd.conf but
my httpd.conf Op
Aaron Kenney wrote:
what is up with this list?
working fine...
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Michael Adams wrote:
Newbie with Kiwiwebhost and LAMP with PHP 4.XX
Trying to iron out my first "file upload" issues. Using "Build your
own database driven websites: using PHP and MySQL" and the online
manual as main resources.
I cannot write out a file to my public_html directory. I have trimm
Dave Kennedy wrote:
Env:
Windows XP
PHP 4.3.10 (cgi-fcgi)
I am trying to capture the html output of Balance.php to a file:
The code loops over and to build up a report in
export/Balance.html
exec('c:\php\php -q Balance.php export=all branch= month=
login=admin password=admin >> export/Bal
Daniel Anderson wrote:
Okay, I have a database table to which contains posts from people.
I want to retrieve these and post them in a linear format (as I currently
have), but...! I want to have pages, each page has 50 rows from the database at
a time.
If I have 102 results, I want it to be sep
M. Sokolewicz wrote:
El Bekko wrote:
pfancy wrote:
for beginners. I've been browsing the group for a little while. I
honestly have not gotten a book to learn php on. just wanted to learn
and see what you all were saying here. I'm not going to ask question
about php since
pfancy wrote:
for beginners. I've been browsing the group for a little while. I honestly
have not gotten a book to learn php on. just wanted to learn and see what
you all were saying here. I'm not going to ask question about php since I
haven't started yet, My question I am going to ask is th
Christopher Malton wrote:
To all,
I appear to have a problem with my If statement. No error is
presented to me, but does anyone see what is wrong. IP addresses masked
for safety & security.
Code as follows:
Chris
Ehm... It should work. I've rewritten it a tad:
if($_SERVER["REMOTE_
[EMAIL PROTECTED] wrote:
Hi,
I just finished an Apache 2.0.55, MySQL 4.1.16 and PHP 5.1.1 on a Windows XP
SP 1 machine.
Diving into the first documentation on PHP one the first examples is the use of
the phpinfo() method.
So I create index.php with the following content and put it in the ht
Marco Glatz wrote:
hello,
i am trying to port a self-written extension from php-5.0.2 to php-5.1.1, if i
try to load the extension i get an error:
ext/php_webcontrol.dll doesn't appear to be a valid Zend extension
then i tried to compile the minimal example from ext/skeleton, but same error
Ken Yarbrough wrote:
I recently allowed one of my friends to host their site on my server, and we
realized that when you click a link, it doesn't include the content into the
main page. I'm not sure what would cause this, but the include code is the
following:
The function is to by default
Fábio Ottolini wrote:
Dear Comrades,
Can someone please explain why this is script is not working on my win2k
box with PHP 4.3.4?
list($alias, $domain) = split("@", $email);
$command = "nslookup -type=mx $domain";
exec ( $command, $result );
$i = 0;
while ( list ( $key, $value ) = each ( $
Fábio Ottolini wrote:
To clarify it a little bit more, I have changed the code a bit:
$command = "nslookup -type=mx $domain 2>&1";
exec ( $command, $result );
print_r($result);
And the result on the browser is:
Array ( [0] => Access is denied. )
Any clues?
'>'-- Mensagem Original --
'>
Fawaz Shareef wrote:
Hi,
I have installed php 5.1.1, IIS 5 and MySQL 4.1.7 and I am getting the
following error every now and then.
"PHP has encountered an Access Violation at 77FCCAAF"
Sometimes I am able to view php files but most of the times I get this
error and php hangs. Can anyone
17 matches
Mail list logo