RE: [PHP] PHP/Javascript Help

2003-06-06 Thread Ford, Mike [LSS]
> -Original Message- > From: Stephen [mailto:[EMAIL PROTECTED] > Sent: 05 June 2003 19:15 > > Here's my javascript link code for each day of the month in > the calendar script: > > print " onClick=\"window.opener.document.".$HTTP_GET_VARS['name'].".da > te.value='$y-$m-$d';\">$d"

RE: [PHP] Re: move_uploaded_file > 1MB

2003-06-06 Thread Ford, Mike [LSS]
> -Original Message- > From: Maurício Valente [mailto:[EMAIL PROTECTED] > Sent: 05 June 2003 21:56 > > I couldn't find the option max_body_request somebody knows > where it is? There's no such option -- you could be looking for post_max_size in php.ini, or the LimitRequestBody directive

[PHP] How easy is this idea?

2003-06-06 Thread Simon Thurtle
OK, now I have I have been convinced that PHP is the best thing since cheese burgers, I have a question... How easy is it to... Have a set of 6 HTML drop downs each with texted based info that when selections are made generate a dynamic on screen price? So in english, drop down one could be vehic

RE: [PHP] PHP + MySQL Free Shopping Cart

2003-06-06 Thread electroteque
of course u can edit the scripts u will not find one that u dont have to rip the guts out of and customise -Original Message- From: Miranda, Joel Louie M [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 6:36 PM To: [EMAIL PROTECTED] Subject: [PHP] PHP + MySQL Free Shopping Cart Hell

[PHP] Re: How easy is this idea?

2003-06-06 Thread DvDmanDT
You could do all of that easily... "Simon Thurtle" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > OK, now I have I have been convinced that PHP is the best thing since cheese > burgers, I have a question... > How easy is it to... Have a set of 6 HTML drop downs each with texted ba

Re: [PHP] Creating alphabetical index links

2003-06-06 Thread Armand Turpel
This should solve your problem. '.$prev_letter.'] '; } else return false; } $your_word_list = array('apple','bread','cornflakes','doughnut','egg'); foreach($your_word_list as $w) { $link = build_link($w); if(!empty($link)) echo $link; } ?> atur __

[PHP] Re: Creating alphabetical index links

2003-06-06 Thread DvDmanDT
Not sure this will work and I wont try right now... SELECT * FROM $table WHERE SUBSTRING(FIELD_WITH_NAMES,0,1) = '$letter' ORDER BY FIELD_WITH_NAMES... You could always try I guess, but I really don't think it would work... "Awlad Hussain" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECT

[PHP] Help - imap to file

2003-06-06 Thread Alper SARI
Hi I need a code that can read e-mail and save to files with their attachments using mime types. Thanks -- Alper Sarı Bilgi Teknolojisi Birimi Sabancı Üniversitesi Orhanlı 34956 Tuzla İstanbul Tel: 0216 483 91 75 Faks: 0216

[PHP] Array

2003-06-06 Thread Awlad Hussain
What wrong with this code? i am tryin to create an array from the while loop, but i only get one value :( while($rowmenu = mysql_fetch_array($resultmenu)){ while (list($k, $v) = each ($rowmenu)) { $val[$k] = $v; } } Basically the $rowmenu returns more than one records.. and i want t

RE: [PHP] Array

2003-06-06 Thread electroteque
while (list($k, $v) = each ($rowmenu)) { $val[] = $v; } } try that -Original Message- From: Awlad Hussain [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 8:20 PM To: [EMAIL PROTECTED] Subject: [PHP] Array What wrong with this code? i am tryin to create an array from the

[PHP] $PHP_AUTH_USER question...

2003-06-06 Thread Tristan . Pretty
I have a page that allows a user to login, provided their username and password files from a previous form, match an entry in a MySQL database. All fairly standard. How can I get that to talk to $PHP_AUTH_USER? When I use an .htaccess file to a directory that's protected, I don't want the user

RE: [PHP] [FYI] phpbooks.com

2003-06-06 Thread John W. Holmes
> we set up a new resource for organizing all books on PHP in a quick-to- > scan, > Google-like center. Hope you enjoy it. > > http://www.phpbooks.com There's more than that, isn't there? Also the "PHP/MySQL Programming for the Absolute Beginner" book shows a picture of a Perl book... :) ---John

Re: [PHP] [FYI] phpbooks.com

2003-06-06 Thread Mark Owen
> > we set up a new resource for organizing all books on PHP in a > quick-to- > > scan, > > Google-like center. Hope you enjoy it. > > > > http://www.phpbooks.com > > There's more than that, isn't there? Also the "PHP/MySQL Programming for > the Absolute Beginner" book shows a picture of a Perl boo

[PHP] Re: How easy is this idea?

2003-06-06 Thread Iñaki Atienza
sounds to me more like a JavaScript issue. Of course, you would need PHP to access a database in case that car information is stored there (and populate dinamically the element) but the rest is fairly easy. iatz. "Simon Thurtle" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] >

[PHP] $mc=new myclass(); or $mc= &new myclass(); ?

2003-06-06 Thread Peter Misun
need knowledge help - what do you suggest to use: $mc = new myclass(); or $mc = &new myclass(); because in any tutorial I can see the first form, but on page "what references do" in PHP manual I found out the second form so? 5o -- PHP General Mailing List (http://www.php.net/) To unsu

[PHP] urldecode problem :(

2003-06-06 Thread Rosen
HI, I'm using "urldecode" function to decode string from "getenv("QUERY_STRING");", but part of it is in cyrrilic (windows-1251) charset. I have following code: $a="%D1%81%D1%87%D0%B5%D1%82%D0%BE%D0%B2%D0%BE%D0%B4%D0%BD%D0%B0+%D0%BA%D1%8 A%D1%89%D0%B0"; $b="%d1%ee%f4%f2%f3%e5%f0"; echo "a=" . ur

RE: [PHP] Automatic Headers and Footers

2003-06-06 Thread Jay Blanchard
[snip] Yes it can be done, using the auto-prepend feature call a script that turns output buffering on. Then in the auto-appended script read the buffer a manipulate ith with the automatic header and footer. Thus you modify the content only and achieve what you want without modifying the actual HT

[PHP] Re: Initialized PHP Module frequently

2003-06-06 Thread andre . lagadec
Hi, There is no core created on the server. I use the same libphp4.so on an other web server on the same machine, and I have no problem of restart ns-httpd. The problem seem to happen when there is a lot of users on the web server. Can I modify obj.conf or magnus.conf to optimize the web server

Re: [PHP] [FYI] phpbooks.com

2003-06-06 Thread Ryan A
Hi, Tell me if I am missing something but, since all your site is doing is pulling data/books from amazonwhy wont someone just goto amazon's book category type "php" and buy direct? I mean if someone is into programming/php they will have enough brains (most of the time) to do that much right?

Re: [PHP] [FYI] phpbooks.com

2003-06-06 Thread Mark Owen
Ryan, it's just a little experiment in information design: if you make it easier and quicker to search, browse and sort data, will people use it? Sometimes if feels like overkill to use Amazon if you just want a quick update on books for a specific subject. That's the reason for this site... if a

Re: [PHP] Heredoc question

2003-06-06 Thread Sparky Kopetzky
I did figure a way around heredoc last night. Here's the solution if anyone can use it: $message is actually works in heredoc just like any other string. Didn't expect that. Hope this helps someone else who is trying the same thing as I am. Robin E. Kopetzky Black Mesa Computers/Internet Service

RE: [PHP] How easy is this idea?

2003-06-06 Thread Luis Lebron
Take a look at http://www.zend.com/zend/tut/drop-down.php Luis -Original Message- From: Simon Thurtle [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 4:38 AM To: [EMAIL PROTECTED] Subject: [PHP] How easy is this idea? OK, now I have I have been convinced that PHP is the best thing

[PHP] Re: Trouble with fopen() || Win2k Machine

2003-06-06 Thread Ptker
If the file is binary, try fopen($file_path, "wb"); "Cf High" <[EMAIL PROTECTED]> ~{P4HkO{O"PBNE~} :[EMAIL PROTECTED] > Hey all. > > Quick question here that's driving me up the wall: > > Using fopen(), I'm easily able to open files for reading; however, when I > attempt to open files for writing u

[PHP] Re: urldecode problem :(

2003-06-06 Thread Seairth Jacobs
"Rosen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > HI, > I'm using "urldecode" function to decode string from > "getenv("QUERY_STRING");", but part of > it is in cyrrilic (windows-1251) charset. > > I have following code: > > $a="%D1%81%D1%87%D0%B5%D1%82%D0%BE%D0%B2%D0%BE%D0%B4%

[PHP] PGP?

2003-06-06 Thread Ben Cheng
Any way in PHP to grab form info and then encrypt it with PGP before sending it out as an email? -Ben -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Netbilling Gateway

2003-06-06 Thread Ralph
Anybody know of a Netbilling Gateway that I can plug into my shopping cart? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] [FYI] phpbooks.com

2003-06-06 Thread Ryan A
Hey Mark, As an experiment I guess its ok, but as a steady stream of money I had my doubts. Best of luck. Cheers, -Ryan - Original Message - From: "Mark Owen" <[EMAIL PROTECTED]> To: "Ryan A" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, June 06, 2003 2:13 PM Subject: Re: [PHP] [

[PHP] Help on showing results on screen

2003-06-06 Thread Gloria L. McMillan
Someone who knows php helped me to put together this code to show resulty screen. There were about 30 items on the working model. I tried to modify it to showing the Date and only the long comment item q40. But all that gets shown is: ] (this symbol) Here is my HTML code in the Ad

php-general Digest 6 Jun 2003 14:26:46 -0000 Issue 2101

2003-06-06 Thread php-general-digest-help
php-general Digest 6 Jun 2003 14:26:46 - Issue 2101 Topics (messages 150443 through 150495): Re: Php handling apache's error directive? 150443 by: Miranda, Joel Louie M Re: Heredoc question 150444 by: Joel Rees 150488 by: Sparky Kopetzky delete lines from text file

Re: [PHP] How easy is this idea?

2003-06-06 Thread Maxim Maletsky
Short Answer: Its all about programming. Task you asked is easy to accomplish. Long Answer: PHP or JavaScript, it is still to program. If you feel yourself being a good programmer already or a being a quick learner then there should be no worries from your side doing such thingies... in PHP or Ja

[PHP] Linux vs. Windows

2003-06-06 Thread AzFLSite
Thought I throw in my post from the forums into this mailing list: Just wanted to give my results on this test I did. First the story. I will be hosting sites on my server and decided to go with .NET/Win2003, with IIS. Well most sites are php based or perl with mysql backend. After configuring eve

[PHP] Re: ob_get_contents returns FALSE?

2003-06-06 Thread Shawn McKenzie
Any advice? Thanks! Shawn "Shawn McKenzie" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I can't get ob_get_contents() to return false, or I don't know how to test > for it. Help appreciated. The following never echos STARTING!!! > > ob_end_flush(); > if(ob_get_contents() ==

[PHP] Upgraded from PHP 4.1.2 to PHP 4.3.2

2003-06-06 Thread Chris Boget
We upgraded from php 4.1.2 to php 4.3.2 and some errors have been discovered. Some scripts use the form and use to return a value of none when no date is entered. This value (none)is no longer returned and has caused application errors. Is there something that can be modified in the .ini file to

Re: [PHP] PHP/Javascript Help

2003-06-06 Thread Stephen
Thanks for your reply. I had actually made a mistake in the code. It looks like this now: print "$d"; How could I still use the id thing on this? I now use ' in the brakets as well, if that helps any... I'm not yours, so why should I be sincere about it, Stephen Craton Senior Executive W

[PHP] Software Testing and Internationalization - Free book by LISA/Lemoine International

2003-06-06 Thread Alex Lam
Dear colleague, LISA, in collaboration with Lemoine International has made "Software Testing and Internationalization" by Galileo Computing freely available for download. This 330 page book will transform how you view testing methodologies and procedures. It introduces the reader to essential co

Re: [PHP] Linux vs. Windows

2003-06-06 Thread Maxim Maletsky
> c) In Linux Im using Apache, where in Windows Im using > IIS probably this is the issue. Make it be apache as well. -- Maxim Maletsky [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Software Testing and Internationalization - Free book by LISA/Lemoine International

2003-06-06 Thread John W. Holmes
> Dear colleague, > > LISA, in collaboration with Lemoine International has made "Software > Testing and Internationalization" by Galileo Computing freely available > for download. [snip] > To download a copy, please visit > http://www.lisa.org/interact/2003/swtestregister.html How about a priva

RE: [PHP] Linux vs. Windows

2003-06-06 Thread John W. Holmes
> Thought I throw in my post from the forums into this > mailing list: Do you like starting wars? > Just wanted to give my results on this test I did. > First the story. I will be hosting sites on my server > and decided to go with .NET/Win2003, with IIS. Well > most sites are php based or perl

[PHP] COOKIES Question?

2003-06-06 Thread Joaco
I was wondering if anyone out there knew if there was any code you could add to your page that would allow the user to accept a cookie from your site even though the browser has denied it due to security settings. Basically, can I add a button that will allow a viewer to allow cookies on their mac

[PHP] Need aternate for "exit;"

2003-06-06 Thread PHPSpooky
Glory! I'm stuck in a crazy problem. I have a Global.PHP file that runs the whole show. It's a Link Index Program with a Yahoo Style Directory Structure. There are certain additional features like "New Links", "Popular Links", "Top Rated" etcetera. The global.php file contains functions for eac

[PHP] imagettftext - font size randomly changes

2003-06-06 Thread Doug Dossett
Hello all, I'm using the following code to create images on the fly on a web site for page headers. This works great for the most part, but a couple times now the text has started resizing for no apparent reason. The first time it was just slightly wider than normal. Most recently the text

RE: [PHP] mysql backup solution

2003-06-06 Thread Luis Lebron
This is what I use http://members.lycos.co.uk/wipe_out/automysqlbackup/ -Original Message- From: John Kaspar [mailto:[EMAIL PROTECTED] Sent: Friday, April 25, 2003 3:48 PM To: [EMAIL PROTECTED] Subject: [PHP] mysql backup solution I've got a large mysql database (~400 megs) on a host tha

[PHP] How can I check form variables in $_POST to make sure they are theright format?

2003-06-06 Thread Dan Anderson
Is there a way to check form variables provided in $_POST once a user submits the form to make sure they are currency or numbers? Thanks, Dan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: libphp4.so

2003-06-06 Thread Ryan Vennell
a little help? >>> Ryan Vennell<[EMAIL PROTECTED]> 06/05/03 09:36AM >>> ok, when i compile php i dont get libphp4.so. i'm not a linux Newb or anything but i'm not an extremely advanced user either so any help would be useful... i cant exactly run apache w/ php w/out this module. thanks for an

[PHP] Re: [FYI] phpbooks.com

2003-06-06 Thread Bix
Goodstuff! Tight design work and works a charm ;o) Bix. "Mark Owen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi guys, > > we set up a new resource for organizing all books on PHP in a quick-to-scan, > Google-like center. Hope you enjoy it. > > http://www.phpbooks.com > > Mar

RE: [PHP] Need aternate for "exit;"

2003-06-06 Thread Carl Furst
Perhaps a return, if it's a global function? Like return(1) if success and return(0) if failure or something like that? However I have a question for you, why do you turn $numdays into a string and then do mathematical operations on it? $numdays = "$numdays"; and $numdays = '5'; Does that force

Re: [PHP] How can I check form variables in $_POST to make sure they are theright format?

2003-06-06 Thread Awlad Hussain
whats the different between currency and number??? aren't they both number? are you trying to check if the number format is in currency like 2 decimal place or something?? - Original Message - From: "Dan Anderson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 06, 2003

Re: [PHP] How can I check form variables in $_POST to make surethey are theright format?

2003-06-06 Thread Dan Anderson
> whats the different between currency and number??? aren't they both number? > > are you trying to check if the number format is in currency like 2 decimal > place or something?? > Well I want to check that the format is a number. Because it's currency, I want to double check to see if there a

Re: [PHP] Automatic Headers and Footers

2003-06-06 Thread Robert Cummings
Jay Blanchard wrote: > > There are so many ways to skin this cat. You could (as you said, it will > require adding HTML to the list of php parsed file types) have the > header, body, and footer files read into a single file and then output. > You could do something like this ... (a lot of folks us

RE: [PHP] How can I check form variables in $_POST to make sure t hey are theright format?

2003-06-06 Thread Dillon, John
See: http://www.php.net/manual/en/function.is-numeric.php Well I want to check that the format is a number. Because it's currency, I want to double check to see if there are any $s or similar, and strip them (maybe trim?). And I want to convert the number from a string to a number -- which is

[PHP] Re: Trouble with fopen() || Win2k Machine

2003-06-06 Thread CF High
Thanks for the suggestion. Still no luck though with the file path on windows; e.g. file path is http://192.168.1.2/dev_files/drop_down.js So, when I open the file for writing: $fw = fopen($file_path, "wb") an error results ("can't open file") Looks like I need to escape out of slashes within th

[PHP] Re: COOKIES Question?

2003-06-06 Thread Bix
Not possible AFAIK since it would negate the point in having a local cookie policy and would leave possibility for abuse. Bix "Joaco" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I was wondering if anyone out there knew if there was any code you could add > to your page that woul

[PHP] Include Bug?

2003-06-06 Thread Steven Walker
Hello, I have found troubling behavior using include() that looks like a bug. When I specify an include file by a full path name versus a relative path, PHP acts as though it has included the file, but variable and constant definitions in the include file are not coming through. My server is r

Re: [PHP] Include Bug?

2003-06-06 Thread Rasmus Lerdorf
Uh, http://www.walkereffects.com/test/include.php is not a "full path name", that is a URL. That will make an HTTP request to your web server for /test/include.php which will of course get parsed by PHP and you will only get the parsed output which means you won't see any variables or any PHP tags

Re: [PHP] Include Bug?

2003-06-06 Thread Steven Walker
I get it... so instead I should use: include("/usr/home/sites/www.walkereffects.com/web/test/include.php") Thank you, Steven J. Walker Walker Effects www.walkereffects.com [EMAIL PROTECTED] On Friday, June 6, 2003, at 10:08 AM, Rasmus Lerdorf wrote: Uh, http://www.walkereffects.com/test/include

[PHP] About php_hostconnect failure

2003-06-06 Thread Fang, Ting
Title: About php_hostconnect failure Any information about causes for php_hostconnect failure would be highly appreciated! (This happened with the following source code:  fopen ("http://httpd.apache.org/", "r")). The warning message says: Failed to open steam: Bad file descriptor Thanks

RE: [PHP] [FYI] phpbooks.com

2003-06-06 Thread Jennifer Goodie
> I mean if someone is into programming/php they will have enough > brains (most of the time) to do that much right? By that logic they'd also have enough brains to look at the documentation before asking questions on the mailing list, or to not reply to spam on the list, etc., etc. and we all kno

[PHP] MYSQL_CLIENT_COMPRESS

2003-06-06 Thread Armand Turpel
Hi, Is there any body who have experience with the flags in mysql_connect() in php >= 4.3 . Especially the MYSQL_CLIENT_COMPRESS flag. Give it sense, to use this feature if both, apache/php and the mysql server reside on the same machine? Thanks, Armand -- PHP General Mailing List (http://ww

Re: [PHP] Re: Trouble with fopen() || Win2k Machine

2003-06-06 Thread Jason Wong
On Saturday 07 June 2003 03:25, CF High wrote: > Still no luck though with the file path on windows; e.g. file path is > http://192.168.1.2/dev_files/drop_down.js > > So, when I open the file for writing: $fw = fopen($file_path, "wb") an > error results ("can't open file") > You can't open an HTT

Re: [PHP] Re: libphp4.so

2003-06-06 Thread Jason Wong
On Friday 06 June 2003 23:53, Ryan Vennell wrote: > a little help? Perhaps a little (more) info would help? > >>> Ryan Vennell<[EMAIL PROTECTED]> 06/05/03 09:36AM >>> > > ok, when i compile php i dont get libphp4.so. i'm not a linux Newb or > anything but i'm not an extremely advanced user eithe

Re: [PHP] Re: Trouble with fopen() || Win2k Machine

2003-06-06 Thread CF High
Ah, well that's a useful bit of info ;--) Didn't run across that in php.net's description of fopen() Thanks, Jason -- I'll switch to relative paths.. --Noah "Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Saturday 07 June 2003 03:25, CF High wrote: > > >

[PHP] cookies and iexplorer

2003-06-06 Thread Omar
I have this login page, if the login is correct, i create 3 cookies: - user = $login - password = $pass - seepage = 1 on the other pages, i placed a condition: if $seepage != 1 go to login page else show page It works fine to some people (works fine for me), but there are other people who

RE: [PHP] cookies and iexplorer

2003-06-06 Thread Boaz Yahav
I'm not sure what you are trying to do but what reason can you possibly have to store the password of a user in his cookie? Usually the username is also not something you need in the cookie. Are you sure the cookies are set at all? can you show some code? specially the one you set the cookies wit

Re: [PHP] Heredoc question

2003-06-06 Thread Mark
Or you can just escape out of PHP like so: This is a test of the emergency broadcasting system. If this had been an actual emergency, you would have been instructed to read from the chapters of Matthew, Mark, Luke and DUCK!! --- Sparky Kopetzky <[EMAIL PROTECTED]> wrote: > I did figure a way a

Re: [PHP] Include Bug?

2003-06-06 Thread joel boonstra
On Fri, Jun 06, 2003 at 10:19:10AM -0700, Steven Walker wrote: > I get it... so instead I should use: > > include("/usr/home/sites/www.walkereffects.com/web/test/include.php") I would recommend using your .htaccess file, or ini_set, or something else to set your include_path variable to contain '

[PHP] Error starting apache w/ php installed (or not?)

2003-06-06 Thread Ryan Vennell
ok when i try to start apache2 (on redhat 8, php 4.2.2) i get this: Starting httpd: Syntax error on line 176 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/libphp4.so into server: libssl.so.4: cannot open shared object file: No such file or directory [FAILED] line 176 of the htt

[PHP] Question about fopen

2003-06-06 Thread Jay Blanchard
I have a file named billed.crm.php and it fopen throws the error "no such file or directory". It seems to have something to do with the multiple "." in the file name. Does anyone know why? Thanks! jay -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/un

Re: [PHP] Question about fopen

2003-06-06 Thread Kevin Stone
- Original Message - From: "Jay Blanchard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 06, 2003 1:13 PM Subject: [PHP] Question about fopen > I have a file named billed.crm.php and it fopen throws the error "no > such file or directory". It seems to have something to d

RE: [PHP] Question about fopen

2003-06-06 Thread Jay Blanchard
[snip] > I have a file named billed.crm.php and it fopen throws the error "no > such file or directory". It seems to have something to do with the > multiple "." in the file name. Does anyone know why? It should make no difference. I hate to ask this but you're absolutely 100% certain the path

[PHP] Re: Linux vs. Windows

2003-06-06 Thread DvDmanDT
It's quite suprising how fast my PHP (and Perl) is under WinME/Apache 1.3.27/PHP 4.3.2... It's unstable as F though so not way to recommended... I was intrested in your server specs? How much RAM? And so on... And was the tests on the same server or did I missunderstand something? "Azflsite" <[EMA

Re: [PHP] Duplicate records

2003-06-06 Thread Tyler Longren
why not just make the 'id' field in the table auto_increment? tyler - Original Message - From: "Steve Marquez" <[EMAIL PROTECTED]> To: "MySQL List" <[EMAIL PROTECTED]> Cc: "PHP eMail List" <[EMAIL PROTECTED]> Sent: Friday, June 06, 2003 2:40 PM Subject: [PHP] Duplicate records > Hello.

RE: [PHP] Show php code

2003-06-06 Thread Jaap van Ganswijk
At 2003-04-12 16:33 -0400, Jack Dempsey wrote: >you can also make a copy of the file with a .phps extension, and if you have >it configured, the source code will show up, nicely colorized, etc... Before I read about the .phps extension (which probably stands for php source), I used: ln -s mysourc

RE: [PHP] Question about fopen

2003-06-06 Thread Philip Olson
On Fri, 6 Jun 2003, Jay Blanchard wrote: > [snip] > > I have a file named billed.crm.php and it fopen throws the error "no > > such file or directory". It seems to have something to do with the > > multiple "." in the file name. Does anyone know why? > > It should make no difference. I hate to

RE: [PHP] Question about fopen

2003-06-06 Thread Jay Blanchard
[snip] > > I have a file named billed.crm.php and it fopen throws the error "no > > such file or directory". It seems to have something to do with the > > multiple "." in the file name. Does anyone know why? > > It should make no difference. I hate to ask this but you're > absolutely 100% certa

Re: [PHP] Re: Linux vs. Windows

2003-06-06 Thread AzFLSite
Thanks everyone for your replies. I did test on the same server. I had .NET installed and tested. Then installed Linux on same box. The box is a p4 1.7 gig with 512 ddr with a 30 gig 7200rpm hdd Im going to drop to win2k and see the results. I will post results here if anyone cares. Silly --- Dv

Re: [PHP] Re: Linux vs. Windows

2003-06-06 Thread DvDmanDT
Thanks, this sorta draws my intrest now... Also, I'm a bit outdated on the microsoft front... Has windows gone opensource? "Azflsite" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > Thanks everyone for your replies. > > I did test on the same server. I had .NET installed > and te

[PHP] new window

2003-06-06 Thread Adriaan Nel
Hi all, How do I open a new window from php? Thanks Adriaan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Include Bug?

2003-06-06 Thread Steven Walker
I would recommend using your .htaccess file, or ini_set, or something else to set your include_path variable Thanks Joel, that worked nicely. Steven J. Walker Walker Effects www.walkereffects.com [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.

Re: [PHP] new window

2003-06-06 Thread Brad Bonkoski
How about: echo "Link"; Well, I guess that is really HTML, but with the idea that PHP is server side only you would need a client side method of opening windows. So, HTML, Javascript, pick your method -Brad Adriaan Nel wrote: > Hi all, > > How do I open a new window from php? > > Thanks >

RE: [PHP] new window

2003-06-06 Thread John W. Holmes
> From: Adriaan Nel [mailto:[EMAIL PROTECTED] > > How do I open a new window from php? Click on File and then New. That will open a new text window for you to type PHP code. Or are you asking an HTML/Javascript question on a PHP list?? ---John W. Holmes... Amazon Wishlist: http://www.amazon.c

[PHP] Need help with display of results

2003-06-06 Thread Gloria L. McMillan
Hi, again! I did not see my question as yet so I will repost it. I have had help writing HTML code to display the results of my PHP--> McSQL actions. But when I attempt to show the DATE and q40 (comments) with the HTML code below, all I see on screen is: ]in the upper left corn

[PHP] Web Server Firewall Suggested

2003-06-06 Thread Luis Lebron
I know there is a lot of expertise on running web servers in this group. So, I'm going to ask a couple of questions. I am currently a public web server with an iptables firewall. A security consultant has suggested that we buy a separate firewall for the firewall instead of running iptables. He re

[PHP] Capturing HTTP Response

2003-06-06 Thread Ralph
Hi, I'm currently setting up a form for CC processing. At the moment I am able to send the required flags to authorize the CC transaction, but then I do not know how I go about parsing the returned headers. After processing the transaction the merchant returns either HTTP 200 (ok) along with valu

[PHP] Re: PGP?

2003-06-06 Thread Ryan Vennell
chances are, if it's possible it'd be a plugin or script on the PGP homepage. try there. or maybe try http://php.resourceindex.com/ they may have something of use to you -Ryan >>> Ben Cheng<[EMAIL PROTECTED]> 06/06/03 08:54AM >>> Any way in PHP to grab form info and then encrypt it wi

[PHP] Re: Need help with display of results

2003-06-06 Thread Gloria L. McMillan
I will send my whole php file to anybpody willing to help me display this one long answer question. Some previous helpers added some stuff that isn't being used, but I don't know how to get rid of it. Gloria "Gloria L. McMillan" wrote: > Hi, again! > > I did not see my question as yet so I wi

[PHP] Problem Display of data

2003-06-06 Thread Gloria L. McMillan
Hi, again. I got one suggestion but it did not work for displaying the results from a 40 item poll. I only want to display item 40: long answer. My php is cluttered with somebody's select routine that I am not using. Here is that poll: http://DakotaCom.net/~glomc/forms/Adj03.html All I get f

Re: [PHP] Problem Display of data

2003-06-06 Thread Hugh Danaher
Gloria, Glad to help, but I'd need to see the code that failing. Hugh - Original Message - From: "Gloria L. McMillan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 06, 2003 4:53 PM Subject: [PHP] Problem Display of data > Hi, again. > > I got one suggestion but it did no

RE: [PHP] Problem Display of data

2003-06-06 Thread John W. Holmes
> I got one suggestion but it did not work for displaying the results from a > 40 item poll. > > I only want to display item 40: long answer. > > My php is cluttered with somebody's select routine that I am not using. > > Here is that poll: http://DakotaCom.net/~glomc/forms/Adj03.html > > All

Re: [PHP] Need help with display of results

2003-06-06 Thread Lars Torben Wilson
On Fri, 2003-06-06 at 14:32, Gloria L. McMillan wrote: > Hi, again! > > I did not see my question as yet so I will repost it. > > I have had help writing HTML code to display the results of my PHP--> McSQL actions. > > But when I attempt to show the DATE and q40 (comments) with the HTML code bel

Re: [PHP] Need help with display of results

2003-06-06 Thread Lars Torben Wilson
On Fri, 2003-06-06 at 18:45, Lars Torben Wilson wrote: [snip] > while ($row = mysql_fetch_array($result, MYSQL_ASSOC)) { > echo " > {$row['time_stamp']}{$row['heading']}\n"; > } Whoops...replace 'time_stamp' with 'added' and 'heading' with 'q40', of course. :) Sorry, Torben -- Torbe

php-general Digest 7 Jun 2003 02:50:12 -0000 Issue 2102

2003-06-06 Thread php-general-digest-help
php-general Digest 7 Jun 2003 02:50:12 - Issue 2102 Topics (messages 150496 through 150559): Re: How easy is this idea? 150496 by: Maxim Maletsky Linux vs. Windows 150497 by: AzFLSite 150502 by: Maxim Maletsky 150504 by: John W. Holmes 150536 by: DvDm

[PHP] Scalable Vector Graphics

2003-06-06 Thread Bob Strasser
I'm building a database visualization tool using SVG. Is it possibe to send information from a form on one html page to another html page with a SVG graphic enbedded in the page and have the php generated SVG graphic receive the post information. I have been able to do it when the receiving page i

[PHP] Re: Scalable Vector Graphics

2003-06-06 Thread Hugh Bothwell
"Bob Strasser" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm building a database visualization tool using SVG. Is it possibe to send > information from a form on one html page to another html page with a SVG > graphic enbedded in the page and have the php generated SVG graphic

RE: [PHP] php4isapi.dll and header("Location: ...")

2003-06-06 Thread John W. Holmes
> Have somebody successed with the function < header("Location: > http://...";) > > using the php4isapi.dll ??? > > My code works well with PHP using the CGI php.exe, but impossible to make > it > work with the ISAPI module !!! Do you have exit(); after your header() call? I use header() all the

[PHP] REDIRECT

2003-06-06 Thread Dale
Does anybody know of a way to redirect to another page once you have already outputted html to the screen. In other words, I want to output some text to the screen for 10 secs and then re-direct to another page. Thanks, Dale -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vis

<    1   2