[PHP-WIN] Re: Access javascript from php

2006-04-06 Thread El Bekko
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

[PHP-WIN] Re: Problems with instalation on Apache

2006-03-28 Thread El Bekko
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

[PHP-WIN] PHP Compiling on WinXP

2006-03-20 Thread El Bekko
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

[PHP-WIN] Re: include txt in html

2006-03-14 Thread El Bekko
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

[PHP-WIN] Re: not receiving any message from this list...

2006-03-01 Thread El Bekko
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

[PHP-WIN] Re: Cant write file to server

2006-02-02 Thread El Bekko
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

[PHP-WIN] Re: FW: exec php.exe in windows

2006-01-23 Thread El Bekko
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

[PHP-WIN] Re: Page-style data display system

2006-01-14 Thread El Bekko
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

[PHP-WIN] Re: any good suggestion on books

2006-01-14 Thread El Bekko
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

[PHP-WIN] Re: any good suggestion on books

2006-01-14 Thread El Bekko
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

[PHP-WIN] Re: If code not working?

2006-01-04 Thread El Bekko
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_

[PHP-WIN] Re: phpinfo() acting strange

2006-01-04 Thread El Bekko
[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

[PHP-WIN] Re: compiling own extension for php-5.1.1

2006-01-02 Thread El Bekko
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

[PHP-WIN] Re: PHP include problem

2005-12-24 Thread El Bekko
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

[PHP-WIN] Re: exec() problem

2005-12-21 Thread El Bekko
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 ( $

Re: [PHP-WIN] exec() problem

2005-12-21 Thread El Bekko
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 -- '>

[PHP-WIN] Re: Access violation

2005-12-03 Thread El Bekko
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