RE: [PHP] 404 error - DLL files needed ??

2005-07-13 Thread Grosz, Steve (IPG IT)
Tjoekbezoer, I can tell you that it is there, because I manually added it, and it is set to 'allowed'. Steve -Original Message- From: Tjoekbezoer van Damme [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 13, 2005 3:52 PM To: php-general@lists.php.net Subject: Re: [PHP] 404 error - DLL

RE: [PHP] Problem installing in Win2003 Server SP1

2005-07-12 Thread Grosz, Steve (IPG IT)
I can see the .htm/.html file just fine. So, what settings should I be looking at for the problems with PHP? Steve -Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 12, 2005 12:12 AM To: Grosz, Steve (IPG IT) Subject: Re: [PHP] Problem installing

[PHP] Problem installing in Win2003 Server SP1

2005-07-11 Thread Grosz, Steve (IPG IT)
file, even one that returns the basics showing if PHP is running or not, I get a 'page can't be found' Can anyone tell me what I might be doing wrong? Thanks, Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Help installing on Win2003 server?

2005-07-11 Thread Grosz, Steve (IPG IT)
Can someone tell me where I can find some detailed instructions on how to install PHP on a Win2003 Server? I've tried to install it using the PHP instructions, but it doesn't seem to be working, think I'm missing something. Thanks.

[PHP] Re: Help installing on Win2003 server?

2005-07-11 Thread Grosz, Steve (IPG IT)
No, this is on a IIS6 install, not Apache -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED] Sent: Monday, July 11, 2005 12:27 PM To: Grosz, Steve (IPG IT); php-general@lists.php.net Subject: RE: [PHP] Help installing on Win2003 server? [snip] Can someone tell me where I

RE: [PHP] Help installing on Win2003 server?

2005-07-11 Thread Grosz, Steve (IPG IT)
Yes, I have looked at that info, but am still having a problem. -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED] Sent: Monday, July 11, 2005 12:39 PM To: Grosz, Steve (IPG IT); php-general@lists.php.net Subject: RE: [PHP] Help installing on Win2003 server? [snip

RE: [PHP] Help installing on Win2003 server?

2005-07-11 Thread Grosz, Steve (IPG IT)
Subject: Re: [PHP] Help installing on Win2003 server? Grosz, Steve (IPG IT) wrote: Yes, I have looked at that info, but am still having a problem. snip And that problem is? Error messages? Logs? -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL PROTECTED] -- PHP General Mailing List

Re: [PHP] Changing directory permissions???

2005-07-11 Thread Steve Buehler
chmod wouldn't work on it. That doesn't mean that php's chmod will only work on files. It only means that it has to have permission on the file to make the changes. Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] word lists

2005-06-20 Thread Steve Edberg
://www.htdig.org/ Googling for the phrase stop word list also may be useful steve -- +--- my people are the people of the dessert, ---+ | Steve Edberghttp://pgfsun.ucdavis.edu/ | | UC Davis Genome Center[EMAIL PROTECTED

Re: [PHP] building php, using mysql for apache2

2005-06-01 Thread Steve Brown
trying to build php4 with mysql4.1-12, for use in apache2. i have the following ./compile that works for php5. however, when i try to use it for php4, i get a msg, stating that it can't find the MySQL Headers... From http://us3.php.net/manual/en/ref.mysql.php: === For compiling, simply use

Re: [PHP] Recursion: Ugh!

2005-05-27 Thread Steve Brown
Food:Fruit:Red Food:Fruit:Green Food:Fruit:Yellow Food:Vegetables:Long Food:Vegetables:Round Food:Vegetables:Round:Spikey Food:Vegetables:Round:Smooth How is your structure being built? Is it hard-coded or dynamic (e.g. pulled from a DB)? We employ a similar tree structure for manging

Re: [PHP] Recursion: Ugh!

2005-05-27 Thread Steve Brown
On 5/27/05, Chris W. Parker [EMAIL PROTECTED] wrote: Let's say you're entering a new product, you'd want to see a list of all the available categories, not just the last node of a branch. Not neccesarily; it depends on how big your tree structure is. If you only have 10 categories where an

Re: [PHP] Recursion: Ugh!

2005-05-27 Thread Steve Brown
** email gagging, sorry if this is a DP ** On 5/27/05, Chris W. Parker [EMAIL PROTECTED] wrote: Let's say you're entering a new product, you'd want to see a list of all the available categories, not just the last node of a branch. Not neccesarily; it depends on how big your tree structure is.

Re: [PHP] reservation/booking script for a hotel

2005-04-25 Thread Steve Buehler
Go to http://www.hotscripts.com and type in hotel reservation in the Search For text box, change the category to PHP and then click on Search. Steve At 08:10 AM 4/25/2005, you wrote: yes it will be real time and yes open source is what we're looking for. For this hotel there are only 15 rooms

Re: [PHP] Re:Re: [PHP] help for me about session

2005-04-24 Thread Steve Buehler
At 10:29 PM 4/23/2005, Josephson Tracy wrote: At 09:35 PM 4/23/2005, Josephson Tracy wrote: hi everyone, when i study php, i have a problem as following: - file1.php ? if($NextCourse == 1){ do something;} else($NextCourse ==){do something other } ?

Re: [PHP] Dynamic Generating reports to print

2005-04-23 Thread Steve Brown
the possibilities for what you can do are almost endless. HTH, Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] help for me about session

2005-04-23 Thread Steve Buehler
At 09:35 PM 4/23/2005, Josephson Tracy wrote: hi everyone, when i study php, i have a problem as following: - file1.php ? if($NextCourse == 1){ do something;} else($NextCourse ==){do something other } ? - but when the 2ed access the file1.php the value

Re: [PHP] ldap_connect error

2005-04-19 Thread Steve Turnbull
Richard Lynch wrote: On Mon, April 18, 2005 2:43 am, Steve Turnbull said: I am running a LAMP setup consisting of Debian (testing), PHP4, Apache2, and MySQL 4. When I installed php, I used apt-get, and included in the list of modules was libapache2_mod_php4 php4 php4-ldap ... PHP works

[PHP] ldap_connect error

2005-04-18 Thread Steve Turnbull
{ echo 'not connected'; } Has any one got any ideas of why this error get thrown? Regards Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] IRC from PHP - help

2005-04-01 Thread Steve Buehler
You might want to go to http://www.hotscripts.com and search for irc in the php category. Steve At 08:47 AM 4/1/2005, Matthew Fonda wrote: You might want to check out PEAR::Net_SmartIRC http://pear.php.net/package/Net_SmartIRC hello i'm a newcomer to this list, fairly experienced PHP programmer

[PHP] reg expressions

2005-03-25 Thread Steve Buehler
that would be quicker. If the line starts with a #, then ignore it, otherwise, do some other stuff. Thanks Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] reg expressions

2005-03-25 Thread Steve Buehler
At 01:50 PM 3/25/2005, you wrote: Ok. I am really bad at regular expressions. I have to search through some files and put the contents into an array. A file could look like this: $aliases=`cat /home/virtual/site$site_id/fst/etc/mail/local-host-names`; start of file # local-host-names -

[PHP] opendir

2005-03-15 Thread Steve Buehler
to add. Thanks Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] if table not exists

2005-03-15 Thread Steve Buehler
http://dev.mysql.com/doc/mysql/en/create-table.html At 03:29 PM 3/15/2005, John Taylor-Johnston wrote: How do I get PHP to create a table, if one does not already exist? I have to do something with: $news = mysql_query($sql) or die(print mysql_error()); What can I also add something to $sql? $sql

Re: [PHP] Question about shortening a string

2005-03-12 Thread Steve Slater
just finished a project with a mess of pattern matching so have regex on the brain. :-) Steve On Mar 11, 2005, at 11:39 PM, Steve Slater wrote: Mario, Many ways to do it, most using regex. This is not as clean as it can be but still shows the idea: ?php $name = Mario Augusto Machado dos Reis Gamito

Re: [PHP] incrementing a number from a text file

2005-03-11 Thread Steve Buehler
At 03:14 PM 3/10/2005, Richard Lynch wrote: I want to read a number from an external (txt) file and increment it.then save the number back on the text file. I know this is possible but want a simple amd economical way to do this. That's what you *THINK* you want to do :-) But what happens when

Re: [PHP] Question about shortening a string

2005-03-11 Thread Steve Slater
of middle names (including zero) and any number of white spaces between words. You can probably get this more elegant, but this is one idea. Steve In Portgal we have big names. My complete name, for instance, is Mário Augusto Machado dos Reis Gamito. Mário is the Christian name and Gamito - the last one

Re: [PHP] Working with 3 arrays

2005-03-10 Thread Steve Slater
If you are certain that your keys are the same for each array, you can reference them by using the key as in foreach ($fields as $key=$value) { $a = $fields[$key]; $b = $types[$key]; etc... } Steve I need to work with 3 different arrays where I get the value of the same key for all 3

Re: [PHP] ftp upload via web form - problem getting the file name correct

2005-03-08 Thread Steve Turnbull
Franklin van de Meent wrote: Hello Steve, I tried this on my own servers and after replacing OUR FTP SERVER with $ftp_server it works perfectly, all ASCII files get uploaded the way they should with the correct filenames. Do you get any errors? (add error_reporting(E_ALL); above

[PHP] php books with more extensive LDAP and FTP explenations

2005-03-08 Thread Steve Turnbull
... Also, I know the php.net website gives good examples,but a book would be nice... Thanks Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] ftp upload via web form - problem getting the file name correct

2005-03-07 Thread Steve Turnbull
' in the final stages? My code (rough, but you get the idea); Thanks for any help Steve ?php $ftp_server = 'OUR FTP SERVER'; $un = $_REQUEST['ftp_un']; $pw = $_REQUEST['ftp_pw']; $tmp_file = $_FILES['ftp_f']['tmp_name']; $file = $_FILES['ftp_f']['name']; ? html head

[PHP] FTP info in a variable

2005-02-25 Thread Steve Buehler
the data from the database, save it to a file and ftp it. Does anybody know if I can skip the step of saving it to a file and ftp/stream it directly to a filename on another server? Thanks Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] FTP info in a variable

2005-02-25 Thread Steve Buehler
Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: php.ini file

2005-02-25 Thread Steve Buehler
to talk to whomever has root access to your server. Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] FTP info in a variable

2005-02-25 Thread Steve Buehler
At 11:07 AM 2/25/2005, you wrote: Steve Buehler wrote: I have to write a little program that pulls information from a database, formats it into csv format for importing into excel and ftps it to another server. I have everything worked out except for the ftping. I have read through

[PHP] Re: Password Protection

2005-02-17 Thread Steve
Kevin Javia wrote: I am experimenting on my site and I want to make it password protected like www.realsolution.com. If any one enters correct user name and password, only then they will be able to enter into my site. How can I do that in PHP? Any ideas? Thanks a ton in advance. Try this:

Re: [PHP] pcntl_fork() hangs with FUTEX_WAIT

2005-02-17 Thread Steve
Well, but I don't use multithreading? PHP is running as CLI exec, not compiled into Apache... That's my configure command: ./configure --enable-pcntl --with-curl --with-mysql Or do I have to care for thread safety anyway? Regards, Steve Richard Lynch wrote: Steve wrote: I have a program which

[PHP] pcntl_fork() hangs with FUTEX_WAIT

2005-02-16 Thread Steve
(0x471cb0, FUTEX_WAIT, 2, NULL The program runs on PHP 5.0.3-cli and Linux 2.6. Has anyone an idea what could be the reason for that hang? Thanks in advance, Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Student Suspended Over PHP use.

2005-02-10 Thread Steve Buehler
Shouldn't have taken your Cat to school with a bag of catnip. That was asking for trouble. :) Steve At 08:44 PM 2/9/2005, Dotan Cohen wrote: Maybe it's not People Hate Perl after all... Pot, Heroin, Pussy?!? I think I got suspended for at leat two of those on campus grounds at some point

[PHP] quotemeta() function...

2005-02-10 Thread Steve Kaufman
Why does quotemeta(pat:1$WRW) return pat:1 instead of pat:1\$WRW What am I misunderstanding about the quotemeta function? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] quotemeta() question...

2005-02-10 Thread Steve Kaufman
Why does quotemeta(pat:1$WRW) return pat:1 instead of pat:1\$WRW What am I misunderstanding about quotemeta function? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] quotemeta() question...

2005-02-10 Thread Steve Kaufman
Why does quotemeta(pat:1$WRW) return pat:1 instead of pat:1\$WRW What am I misunderstanding about quotemeta function? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Copy mySQL database...

2005-02-03 Thread Steve Buehler
can use the backuptest database by doing the same thing if you are not root and root doesn't have full privileges on every database. Strange, but I have seen a setup like that. Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Link to content of Directory

2005-02-02 Thread Marquez Design: Steve Marquez
, -- Steve Marquez [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Link to content of Directory

2005-02-02 Thread Steve Buehler
At 10:52 AM 2/2/2005, Marquez Design: Steve Marquez wrote: Greetings all, I am currious if someone could point me to a script to list the content of a directory, then link to each file in that directory. Example: The directory contains 80 .GIF files. I want to create a page that will have links

Re: [PHP] mysql_pconnect / persistent database conections

2005-01-27 Thread Steve Slater
of MySQL 4.1 and higher...like prepared statements. Here is the blurb from Zend: http://www.zend.com/php5/articles/php5-mysqli.php#fn1 Steve -- Steve Slater [EMAIL PROTECTED] Information Security Training and Consulting PHP / MySQL / Web App Security (LAMP) Training: http

[PHP] Id_num =

2005-01-24 Thread Steve Marquez
Greetings! If I do the following, it gives me a blank page. However, instead of using the variable, if I put in $id_num = 191 Then it will display the information. Does anyone know what I am doing wrong? I hope you understand my question... Thank you in advance! Here is the link I use to

Re: [PHP] Id_num =

2005-01-24 Thread Steve Slater
), the variables_order variable in php.ini determines which one will overwrite the other. Steve -- Steve Slater [EMAIL PROTECTED] PHP / MySQL / Web App Security (LAMP) Training: http://www.handsonsecurity.com/training.html -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] Re: Date()

2005-01-17 Thread Steve Buehler
. Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Multiple POP accounts on Webmail Front

2005-01-07 Thread Steve Buehler
Well, Squirrelmail does.sort of. This might not be exactly what you are looking for, but you can add the fetchmail plugin to squirrelmail so that it can pull email from other pop3 accounts. http://www.squirrelmail.org/plugin_view.php?id=50 Steve At 10:26 AM 1/7/2005, James Nunnerley wrote

[PHP] php ignores php_value from httpd.conf?

2005-01-05 Thread Steve Kieu
Hi, I am trying to debug the problem I have; which is that php seems to ignore all php_value I set in httpd.conf. Example I have: VirtualHost 10.0.44.254:800 DocumentRoot /var/www/webssl Directory /var/www/webssl Options Indexes FollowSymLinks MultiViews AllowOverride All php_value

Re: [PHP] php ignores php_value from httpd.conf?

2005-01-05 Thread Steve Kieu
--- Sebastian [EMAIL PROTECTED] wrote: hmm i never even knew you can put that in there.. Yes according to php official manual you can quote Chapter 4 Runtime configuration How to change configuration setting When using PHP as an Apache module, you can also change the configuration settings

[PHP] String parsing issue in PHP 4.3.10?

2004-12-21 Thread Steve Brown
I'm working on a script that will parse through a long string using regexs to pattern match a certain format. I'm having an issue with a '?' in a string being picked up as an end-of-code character, but only if the line before it is commented out. If the line before is NOT commented out, PHP

Re: [PHP] String parsing issue in PHP 4.3.10?

2004-12-21 Thread Steve Brown
Quote: The one-line comment styles actually only comment to the end of the line or the current block of PHP code, whichever comes first. This means that HTML code after // ? WILL be printed: ? skips out of the PHP mode and returns to HTML mode, and // cannot influence that. If asp_tags

[PHP] Delete files from the server

2004-12-16 Thread Steve Marquez
is in the MySQL database. Is there any way to do this? Thanks! -- Steve Marquez -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] UPDATE

2004-12-15 Thread Steve Marquez
an error everytime. It says that it is near 'delete = a href...' Can anyone help me with this? Thanks! -- Steve ?php // log into our local server using the MySQL root user. $dbh = mysql_connect( localhost, username, password ); // select the database. mysql_select_db( imagesdb

[PHP] Loops

2004-12-14 Thread Steve Marquez
this. I have very little knowledge of PHP but am learning. Let me know if more information is needed. Thank you for any help. -- Steve Marquez [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Loops (Thank you very much!)

2004-12-14 Thread Steve Marquez
-- Steve Marquez -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] GD functions don't delete temporary files

2004-12-13 Thread Steve
generated temporary files, I mean files which are created by the PHP function ImageGIF(). How should I even know which temporary file name GD chose in each case, or whether it created a temp file at all in a particular case? Regards, Steve -- PHP General Mailing List (http://www.php.net

Re: [PHP] GD functions don't delete temporary files

2004-12-13 Thread Steve
itself works fine (the GIF is written to STDOUT correctly, as it should). The only problem is that the function doesn't seem to clean up, and leaves the temporary file it had created undeleted. Regards, Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] GD functions don't delete temporary files

2004-12-13 Thread Steve
Seems like this is something that either the GD lib or PHP should be doing and not the user. Shouldn't this be reported as a bug? Yes, I also consider this a bug, unless it's something specific to my system. To find out, I posted this here. Is nobody else out there using ImageGIF() with PHP

[PHP] GD functions don't delete temporary files

2004-12-13 Thread Steve
cause the problem, either. Has anyone else experienced that? Regards, Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] GD functions don't delete temporary files

2004-12-13 Thread Steve
that the user can delete the file at all? I've found nothing in the docs about that. Regards, Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Forms Question: Options

2004-12-11 Thread Steve Marquez
Hi everyone! Can someone help me with this question? I created a photo upload utility with individual galleries that images can be uploaded into. In the MySQL database, there are multiple names of galleries, some are the same. I want to have a select menu to show just the unique names of the

[PHP] Re: Session variables not unsetting

2004-12-06 Thread steve
variables passed by $_POST or $_GET without validating and all variables on the page are always initialised so I'm hoping the security exposure is minimal. -- @+ Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Session variables not unsetting

2004-12-06 Thread steve
properly before using them your application can be compromised. As I mentioned, I always initialise variables. I'm no programmer, but it just makes sense to me that if a variable exists, it should have some sort of default value. -- @+ Steve -- PHP General Mailing List (http://www.php.net

[PHP] Session variables not unsetting

2004-12-05 Thread steve
function prints the message okay, but doesn't unset the session var, so once the message is set, it shows on every subsequent page until set to a different message. I even tried using session_unregister($_SESSION['message']) even though the manual says not to. What am I missing here? -- @+ Steve

[PHP] Re: Session variables not unsetting

2004-12-05 Thread steve
Steve wrote: I'm having a problem with session variables. Never mind. Seems that the hosting company decided this week to switch from register_globals off to register_globals on. I'm not the first person to call them about this! -- @+ Steve -- PHP General Mailing List (http://www.php.net

[PHP] Snyc Outlook Calendar with Website

2004-12-05 Thread Steve Vernon
? Is there a good example already made? Don't mind making this, or even trying parts of it, if I know this will work! Thanks! Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php editor or php IDE for linux with autocompletion

2004-11-30 Thread Steve Brown
Does anyboy know about a linux based php editor with autocompletion? Must be open source free software (free as in speech, not beer). I use the PHPEclipse add on for the Eclipse IDE. Eclipse provides a fantastic suite of tools for coding in almost any language. The PHPEclipse add-ons

Re: [PHP] Weird sessions problem

2004-11-29 Thread steve
, are you switching into https by any chance? Nope. Ah well. As I mentioned earlier, I have a workaround now - not ideal, but as it's working it'll do. I don't make money from web programming so I'll leave it at that and get on with my day job :-) -- @+ Steve -- PHP General Mailing List (http

[PHP] Weird sessions problem

2004-11-28 Thread steve
, $ref_page is now a scalar containing the value of THIS_PAGE. It's almost as though line 54 has been executed before line 53... Help! -- @+ Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Weird sessions problem

2004-11-28 Thread steve
the session vars to retain their values. So I'd still like to know what's going wrong here... -- @+ Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Weird sessions problem

2004-11-28 Thread steve
Jason Wong wrote: On Sunday 28 November 2004 22:46, steve wrote: I tried printing out the values before and after each of those lines. After line 53, $ref_page is an array containing precisely the values I expect, so the function is working. After line 54, the session var has been reset

Re: [PHP] PHP info: MySQL client API version: 3.23?

2004-11-24 Thread Steve Buehler
and mysql-devel are all 3.23.58. Only my php-mysql module is 4.3.2-14 Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP info: MySQL client API version: 3.23?

2004-11-24 Thread Steve Buehler
At 10:59 AM 11/24/2004, you wrote: On Wed, 24 Nov 2004 10:37:19 -0600, Steve Buehler [EMAIL PROTECTED] wrote: At 07:38 AM 11/24/2004, you wrote: In the phpinfo() output, the MySQL client API version is shown as 3.23.49. Shouldn't this be upgraded to 4.1 (generally available/stable)? To do so

Re: [PHP] $_POST['xxx'] = blabla ?

2004-11-23 Thread steve
' the data = ie, restricting its length, removing slashes and stripping out meta chars. The third parameter is a way of passing a default value to the function. In this case, if the key you're searching for isn't found in $_POST, the function returns that default value rather than FALSE. -- @+ Steve

RE: [PHP] include files, .php or .inc ?

2004-11-22 Thread steve
.php for main scripts/pages, and .phtml for includes, as the latter get processed through PHP too. -- @+ Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] File Handing Windows / Linux

2004-11-14 Thread Steve Vernon
lines are: @ $handle = opendir(c:/websites/mywebsite/extra/photos/.$_GET['page']./); @ $handle = opendir(/home/mywebsite/public_html/extra/photos/.$_GET['page']./); Had a search on google, but not really sure what to look for! Love, Steve XxX -- PHP General Mailing List (http://www.php.net

[PHP] Command Line Script

2004-10-30 Thread Steve Douville
? Hope this makes sense. TIA, Steve

Re: [PHP] Command Line Script

2004-10-30 Thread Steve Douville
If you want to stick with PHP, you're better off using an ssh key, so that you're not prompted for the password. Ahh, okay thanks. If anyone can point me to some useful docs, I'd appreciate it. I've been looking on google but not really sure what's right and what's not. Thanks, Steve

Re: [PHP] SOAP w/PHP 4

2004-10-29 Thread Steve Brown
Does PHP 4 support SOAP, or does something have to be added to it?? We use the NuSOAP package in our SOAP apps: http://dietrich.ganx4.com/nusoap/index.php We had to use the latest CVS version of NuSOAP to get all of our apps working correctly, NOT the current Stable version however. -- PHP

[PHP] PHP + Javascript, immediate database update

2004-10-27 Thread Steve McGill
, forward, or entered in another URL). Can anybody point me in the right direction? Many thanks, Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Most efficient way of fetching 1,000 records from MySQL ?

2004-10-25 Thread Steve McGill
? Many thanks in advance for your help. Steve McGill -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Most efficient way of fetching 1,000 records from MySQL ?

2004-10-25 Thread Steve McGill
('select * from users where userID IN ('. implode(', ',$users) .')'); That is precisely what I wanted, many thanks for your help guys. Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Print window function???

2004-10-15 Thread Steve Murphy
Web standards my friend. Use CSS, learn from the master: http://www.alistapart.com/articles/goingtoprint/ -Original Message- From: Tony Kim [mailto:[EMAIL PROTECTED] Sent: Friday, October 15, 2004 3:10 PM To: [EMAIL PROTECTED] Subject: [PHP] Print window function??? Is there a function

RE: [PHP] Re: php and print

2004-10-11 Thread Steve Murphy
Why not just use CSS? http://www.alistapart.com/articles/goingtoprint/ Steve -Original Message- From: raditha dissanayake [mailto:[EMAIL PROTECTED] Sent: Monday, October 11, 2004 12:23 PM Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Re: php and print Harlequin wrote: Bruno I'm still

RE: [PHP] UNSUBSCRIBE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

2004-09-30 Thread Steve Murphy
Can we start mass flaming this guy? Ok one nice one... http://www.php.net/mailing-lists.php goto the bottom of the page and unsubscribe. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 30, 2004 10:20 AM To: [EMAIL PROTECTED] Subject:

[PHP] Resetting result sets after looping

2004-09-29 Thread Steve Douville
something. Any Ideas? TIA, Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Virtual Host problem

2004-09-23 Thread Steve Brown
Someone correct me if I am wrong, but haven't you just confused the hell out of Apache? You have just declared three virtual hosts, all listening on port 80, but apache has no way to identify them based on the incoming packets. You need to add a ServerName directive to each virtual host

Re: [PHP] mysql_connect does not connect

2004-09-20 Thread Steve Brown
I definitely mind. I don't believe in rewarding bad behavior. It is reasonable to contribute to the productive development of solutions, but the attitude in this group is not productive. I have the impression that the real reason you want answers is so that you can continue in unproductive

Re: [PHP] mysql_connect does not connect

2004-09-17 Thread Steve Brown
you know better than everyone on this list. Just try this and prove us wrong. Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] sorting multidimensional array by a second level value

2004-09-17 Thread Steve Brown
I'd like to sort the array based on one of the values in the field href, description, or time. Is there a canonical way of doing this? Probably easiest to write your own sort function the use usort(), http://www.php.net/usort has pretty good documentation on how to accomplish this. Steve

Re: [PHP] reading from files

2004-09-17 Thread Steve Brown
I am wondering how to read lines from a file to a php array? I would like to integrate a logfile into a html site. Is it possible to read line by line and to check how many lines there are in total? I'm new here, so someone please tell me if RTFM is frowned upon as a response. :)

Re: [PHP] Intermittent Seg Fault with PHP4.3.8 + FTP

2004-09-08 Thread Steve Brown
. Thanks for your help! Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Intermittent Seg Fault with PHP4.3.8 + FTP

2004-09-08 Thread Steve Brown
...and just for clarification... after re-reading my response to you it came to my attention that one might assume I'm somehow involved with PHP development. You mean you won't be the person fixing this bug?? Man, I'm screwed now! j/k ;-) No worries! -- PHP General Mailing List

[PHP] Intermittent Seg Fault with PHP4.3.8 + FTP

2004-09-07 Thread Steve Brown
I'm using PHP to write some backup scripts. One of the scripts uses PHP to connect via FTP to a server, download some scripts and tar them up. I'm getting intermittent segmentation faults with this script, and I'm not sure what to report to troubleshoot this. Can someone tell me what would be

Re: [PHP] Intermittent Seg Fault with PHP4.3.8 + FTP

2004-09-07 Thread Steve Brown
1) Environment a) OS b) PHP Version c) CLI or web-based d) Are you running php as an apache module? I'm runnning PHP 4.3.8 in CLI on Redhat 9 in this particular case. PHP compiled with --enable-ftp (among other things). PHP is installed as an Apache2 module, but (obviously

Re: [PHP] xml tags interfere with php tags

2004-09-01 Thread Steve Edberg
that in your code, you might have to do a batch edit to change ? to ?php As they say on http://us4.php.net/basic-syntax the use of short-tags is discouraged for this, among other, reasons. -steve -- +--- my people are the people of the dessert, ---+ | Steve Edberg

[PHP] delimiter question?

2004-08-24 Thread Steve Buehler
How can I make the following work on an apache 2.0.46/php 4.3.2 installation? /dist/gogo.php/order-inventory-form.php Right now, unless it is a question mark after the gogo.php script, it will not run. Thank You Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

<    1   2   3   4   5   6   7   8   9   10   >