[PHP] Re: Can this be done?

2009-05-05 Thread php news feed
post the script, and example of data Miller, Terion tmil...@springfi.gannett.com wrote in message news:c6259e7b.e91%kmille...@springfi.gannett.com... Ok I have a script that grabs data from a page and puts it in a db, I need to run this script 26 times on 26 different pages on the same site,

[PHP] executed script URL

2005-03-23 Thread news
I'm firt time here so hello everybody I have some skill in php coding so don't worry, I will no boring with stupid question. Due to I'm unable to test my app on all http servers with all configs I need to know is it possible to get from PHP engine information about executed script URL (not file

[PHP] cancel 41FE83F4.2020207@ridersite.org

2005-01-31 Thread news
This message was cancelled from within Mozilla. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] newbie database question

2004-07-13 Thread news
Hi, Thanks in advance if your able to answer this... I run a .txt perl/cgi database/shopping cart which uses the command line http://localhost/_uns/cgi-bin/store.cgi?command=listitemspos=0type=all to produce a list of all items in the database. I also have a front page index.htm which has a

[PHP] Hiding email address from Robots ??

2004-04-08 Thread news
Looking for opinions before I start using this to hide the email address on a page $nx = username; $sx = domain; $mx = [EMAIL PROTECTED]; Then mailto:? echo $mx ? Hopefully a Robot would read the address as the result of $mx, which is totally useless - but it seems too easy. -- PHP General

[PHP] Preserving field values between pages/tags

2003-02-18 Thread news
Hi, I'm building a form page that has 3 tags for different types of fields (i.e. Personal details, location details, other). I want to preserve the values of the filled in fields as the user moves from section/tag to section/tag. I've tried making each tag a separate page and use the URL to pass

[PHP] I get a File Download dialogue box

2003-02-10 Thread news
I am trying to configure run PHP4 on Apache on Windows XP. When I type http://localhost/ all I get is a File Download dialogue box, instead of the normal Apache server page. Does anyone know whats is going on here? Please tell me if you need any more information. -Nelson -- PHP General

[PHP] sessions IE 6.0 problem

2003-01-24 Thread news
Sessions aren't getting set. my parent frame is on xyz.com A frame on xyz.com loads a frame that contains a page on foo.com the page on foo.com start a session and sets a variable. but the IE does not accept this session. I've loaded this page on foo.com directly and it sets the session fine,

[PHP] Strange XML/file read problem

2002-12-17 Thread news . php . net
I'm getting the same exact problem as this: http://marc.theaimsgroup.com/?l=php-generalm=102879705713315w=2 Here's the code that's giving me problems: code while ($data = fread($fp, 4096)) { xml_parse($parser, $data, feof($fp)) or die(sprintf(XML error: %s at line %d,

[PHP] PHP/SQL - inserting into database null results

2002-08-21 Thread news
I am a new person to PHP. I have purchased and read PHP fast easy by Julie Meloni and have also read the 24 hours PHP book. I am able to connect to the SQL database and insert into the database via my html form. However, the values are null. When I look at the data in my database, it reads

[PHP] Passing PHP Variables

2002-01-17 Thread John (News)
I need to pass a variable e.g. $var1 from one PHP page to another. The only conditions are that the variable cannot be shown in the source code on the end users machine nor can it be passed visibly within the url. Does anyone have any suggestions on how I can accomplish this? Hippie. -- PHP

[PHP] Include() and URLs

2002-01-17 Thread John (News)
I'm trying to include a URL using the following line include('http://www.cci.net.au/default.htm'); I get the following response. Warning: Failed opening 'http://www.cci.net.au/default.htm' for inclusion (include_path='') in C:\Inetpub\wwwroot\template\index.php on line 61 I have made sure the

RE: [PHP] include() and URL's

2002-01-17 Thread John (News)
The file is running on an NT box and can be accessed fine through IIS. It is only when using the include() statement to this file that problems occur. If I do a local path map to it, it will include fine but when using an URL it gives that error. Hippie. At 05:02 PM 1/17/02 -0700, you wrote:

RE: [PHP] include() and URL's

2002-01-17 Thread John (News)
I'm using my workstation as an all in one test box. It's running, IIS 4.0, and PHP for Windows version 4.0.6. At 11:13 AM 1/18/02 +1100, you wrote: The file is running on an NT box and can be accessed fine through IIS. It is only when using the include() statement to this file that

Re: [PHP] Using include() and URL's

2002-01-17 Thread John (News)
In regards to 1, neither of them are. they're just examples I was testing. As for your second note, it need only include the page, it needs only to display the page. It works fine with local references, just not with URL's. At 06:33 AM 1/18/02 +0200, you wrote: A couple of comments: 1. Your

[PHP] help with include

2002-01-12 Thread Brian's News
Hi, I need some help with the include function. I have a phpBB script and want to put the config.inc.php file in a password protected directory, Easy peasy you might say, and I know it is, but the problem comes because the password protected directory isn't on the site the script is on, mainly

[PHP] Truncating Lines

2001-10-25 Thread BT News
Hi, I have the following code, which reads in an html file $fd = fopen(somefile.html, r); while (!feof($fd)) { $buffer = fgets($fd, 4096); $body .= $buffer; } fclose($fd); I am then mailing this: if (mail($username. .$email., $mailsubject, $body, From: .$Fromname.

Re: [PHP] still problem with getting HIGHest and LOWest VALUES

2001-09-30 Thread News
I'm not much into PHP, but looking at it from SQL I guess you have defined the price column as a string? Make it an integer...? Marc - Original Message - From: "Teqila MAN" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 30 September 2001 16:22 Subject: [PHP] still problem with getting

[PHP] to richard lynch

2001-08-16 Thread lolodev news php
on response to a question about variable $PATH_INFO , you said me: Is Apache configured to pass that variable on? Did you compile as CGI -- IE, are you using Action in your httpd.conf or LoadModule/AddModule? but how to configure to pass that variable ? what is action ? i'm using

[PHP] Re: variable $PATH_INFO

2001-08-14 Thread lolodev news php
PHP is configured to loadModule php4ts.dll i don't know configured to pass that variable on ! Richard Lynch [EMAIL PROTECTED] a écrit dans le message : 014601c12459$6e069920$[EMAIL PROTECTED] why can i read PATH_INFO server variable with apache under windows server ? with IIS 5 it's OK

[PHP] component library

2001-08-13 Thread lolodev news php
as cold fusion (custom tags), can i made some component to reuse in all my script ? is a function visible every where in PHP ? can i developp a script with a name, and call this script by an include function and passing parameters ? -- PHP General Mailing List (http://www.php.net/) To

[PHP] variable $PATH_INFO

2001-08-13 Thread lolodev news php
why can i read PATH_INFO server variable with apache under windows server ? with IIS 5 it's OK how can i ? ? print $PATH_INFO ? - Warning: Undefined variable: PATH_INFO in e:\sitephp\php_edit\htdocs\var.php on line 3 -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] PHP 4.0.5 Windows 2000 Server Getting Rid Of The Windows Authentication Still Being Able To Access PHP

2001-06-18 Thread Speakeasy News
Dear All; Hi, this I imagine should be an easy question for some of the ex[perts out there so please help. I have install PHP 4.0.5 on a WIndows 2000 Server SP2 with IIS CGI; and am using the php.exe. When I try and access a page generated using php say like http://domain.com/page.php I get the

[PHP] Monthly Drawing Winner!

2001-04-04 Thread news
Dear PHP Group [EMAIL PROTECTED], Congratulations! You just won US$10.00!! We just gave away US$25,000.00!! And you PHP Group [EMAIL PROTECTED] are among the lucky 2500 people randomly selected to receive a FREE US$10.00 Trial Account at TheCasino.com - the Internet's Premier Online Casino!

[PHP] Monthly Drawing Winner!

2001-04-04 Thread news
Dear PhpList wives (E-mail), Congratulations! You just won US$10.00!! We just gave away US$25,000.00!! And you PhpList wives (E-mail) are among the lucky 2500 people randomly selected to receive a FREE US$10.00 Trial Account at TheCasino.com - the Internet's Premier Online Casino! Account

[PHP] Make good money online! It's easy ....

2001-02-05 Thread NEWS!!
Please see the bottom of the message for the remove instuctions. What you are about to read is tried, true, proven and effective. Above all, this offer is utterly and ridicously excellent!! Have you ever tried or considered making money using the internet? Are you marketing or promoting

[PHP-I18N] Make good money online! It's easy ....

2001-02-05 Thread NEWS!!
Please see the bottom of the message for the remove instuctions. What you are about to read is tried, true, proven and effective. Above all, this offer is utterly and ridicously excellent!! Have you ever tried or considered making money using the internet? Are you marketing or promoting

[PHP] Genuine Opportunity

2001-01-25 Thread NEWS!!
Please see bottom of message for remove instructions. What you are about to read is tried, true, poven and effective. Have you ever tried or consideredmaking money using the medium of the internet? Are you marketing or promoting a business opportunity or product online? There is a LOT of

[PHP-I18N] Genuine Opportunity

2001-01-25 Thread NEWS!!
Please see bottom of message for remove instructions. What you are about to read is tried, true, poven and effective. Have you ever tried or consideredmaking money using the medium of the internet? Are you marketing or promoting a business opportunity or product online? There is a LOT of