Re: [PHP] apache file paths

2007-06-19 Thread Stephen
tdocs", seems to be a choice made by the people who created the different control panels for mantaining apache servers that are set up to do virtual hosting. On of apaches .conf files has all the virtual document roots, and apache really doesn't care what the paths and directories are. (Subject again to permissioons!) Stephen

[PHP] Is There a Function to .... to [yada] ..... [/yada]?

2007-06-21 Thread Stephen
I can't find one. Thanks Stephen

RE: [PHP] Is There a Function to .... to [yada] ..... [/yada]?

2007-06-21 Thread Stephen
"Vo, Lance" <[EMAIL PROTECTED]> wrote:str-replace? http://us.php.net/manual/en/function.str-replace.php I am hoping for something that checks for matching open and closing markup, and will leave < and > unchanged, otherwise. And also a function to convert back. Thanks Stephen

Re: [PHP] PHP P O K E R...... and JAVA (convert)

2007-06-27 Thread Stephen
a split pot :) Not too hard to program right? Tijnema You need to add logic to ensure that the same card is not dealt twice! An initial routine to shuffle the deck is the approach that I would take. Stephen

Re: [PHP] About Fraud Prevention

2007-07-10 Thread Stephen
do with choosing good and knowledgeable business partners who will provide good interfaces and busines practices. Validate all data from users. Assume it is bogus unless it passes all validation tests. Don't assume POSTs come from your HTML forms. Don't assume the character set. Good luck Stephen

Re: [PHP] Creating thumbnails

2007-07-16 Thread Stephen
Vanessa Vega wrote: Good day to all! I would like to ask for some help with creating automatically thumbnail pictures using PHP.. thanks in advance! vanessa vega Have a look at: http://www.sitepoint.com/article/php-gallery-system-minutes Stephen -- PHP General Mailing List (http

Re: [PHP] Recursion and threaded message boards...

2007-08-10 Thread Stephen
reinventing the wheel here. Why? There are a number of open source PHP message board scripts. Check those out, even if just to learn as examples. Stephen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] HTML Forms, PHP Question

2006-11-19 Thread Stephen
a case statement somehow to direct to the function. Thanks! Stephen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PDO Question. Number of rows returned

2008-07-12 Thread Stephen
I am switching to PDO and can't find an equivalent to mysql_num_rows. Am I missing something silly? Or is there a change of thinking needed for PDO? How should I determine how many rows a query returned? Thanks Stephen -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] PDO Question. Number of rows returned

2008-07-13 Thread Stephen
et the column offsets only, without the column names I would be very happy. Stephen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PDO Question. Number of rows returned

2008-07-13 Thread Stephen
Bastien Koert wrote: On Sun, Jul 13, 2008 at 10:30 AM, Stephen <[EMAIL PROTECTED]> wrote: Kevin Waterson wrote: I am switching to PDO and can't find an equivalent to mysql_num_rows. Am I missing something silly? Or is there a change of thinking needed for PDO? H

[Fwd: Re: [PHP] Removeing duplicates inside for/foreach loop.]

2008-07-15 Thread Stephen
quot;order_payment_last_name" => "Williams")); echo(''); print_r($array); echo(''); My question is I want to remove duplicate order numbers in other words ditch *one* of the Mike Smith rows there's a duplicate order number there. And I need to do it in either a for/foreach loop. Somehow there's got to be a simple way to check and only output non duplicate order numbers while I'm looping thru the data. Any help would be greatly appreciated. It looks like the array is sorted. In pseudo code for i = 2 to n if x[1].order = x[i-1].order then unlink x[i-1] Stephen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Class 'PDO' not found in .... PHP 5.2.5

2008-07-17 Thread Stephen
t;not supported" things. So I am asking for any advise. Thanks Stephen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Optimization of PHP Code

2008-07-18 Thread Stephen
mySQL functions. PDO is better at handling demanding SQL activity. Stephen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] limiting the amount of emails sent at a time in a batch send

2008-07-29 Thread Stephen
. Execute periodically. Stephen Richard Kurth wrote: I want to limit these script two send 100 email and then pause for a few seconds and then send another 100 emails and repeat this tell it has sent all the emails that are dated for today. This script is runs by cron so it is running in the backgro

[PHP] Back to Basics - Why Use Single Quotes?

2008-07-30 Thread Stephen
, is there any reason to use single quotes? Stephen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Kill Magic Quotes

2008-08-08 Thread Stephen
Dave M G wrote: PHP List, I found this solution after a web search. I can't attribute the author, but would like to if I could. I have a routine like this: if (isset($_POST['choice'])) { if (get_magic_quotes_gpc() ){ stripslashes_arrays( $_POST ); } $choice = $_POST['choice']; } else { $cho

Re: [PHP] Math problems (No not high school math!)

2008-09-25 Thread Stephen
use a while loop to display the total hours for the day which works perfectly, now though, they want it to total for the week... Consider adding a column for the total hours and calculate it when saving the record. It should make everything that follows easier. Stephen -- PHP General Mailing

Re: [PHP] Change tracking

2008-10-31 Thread Stephen
One way > would be a "static" changes table: Another way is to never change a record, but to add new ones. You also need to add an effectivity date field. Stephen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Random number generator

2008-11-05 Thread Stephen
> On a php web page I want to generate a random number > between say 1 and 10 > and then use that number to reference a particular file in > an include tag. > > > > Is there an easy way to do this? Get the time and use the last digit converting 0 to 10. Stephen --

Re: [PHP] Random number generator

2008-11-06 Thread Stephen
www.weisd.com/store2/WINHD-9022.php Computer functions to generate random numbers are not designed to do what their name suggests. Software testing requires repeatability, and this includes random number generation. Without knowing how PHP seeds the generator it is difficult to predict what it

[PHP] Cant build php with apache2 `parent_req' might be clobbered by `longjmp' or `vfork'

2004-02-26 Thread Stephen
[1]: *** [sapi/apache2handler/mod_php5.lo] Error 1 make[1]: Leaving directory `/usr/src/php/php5-5.0.0/apache2-build' make: *** [build-apache2-stamp] Error 2 Thanks Stephen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php-4.3.0pre2, fgets and socket_get_status

2002-11-25 Thread Stephen Grier
is, and whether this behaviour is a bug or intentional change in php-4.3.0pre2. Thanks, Stephen Stephen Grier wrote: > > An application I am developing contains something like the following: > > $this->socket = fsockopen($server, $port, $errnum, $errstr, "60&qu

[PHP] mail () error

2003-01-17 Thread Stephen Goehler
Anyone know what causes this error? Warning: mail ()[function.mail]: Failed to receive Can it not find the mail server? On a side note, is there a PHP resource on the net that will listed error messages and their possible causes? Thanks, Steve -- PHP General Mailing List (http://www.php.ne

Re: [PHP] mail () error

2003-01-17 Thread Stephen Goehler
Thanks, the server was relaying, but it turned out to be the firewall that was rejecting the request. Now I have a new problem thought, my mail () command will send the mail (and I receive it) but it will just hang there and eventually return this: Fatal error: Maximum execution time of 30 second

[PHP] PHP Variable Declare

2003-01-22 Thread Stephen Goehler
Hey guys, Thanks in advance for your help. I'm working on emailing the contents of a form using php. It worked fine, until I turned global_variables off in an attempt to secure the form (I still have yet to write the data validation part). Anyway, I have an IF statement that fires depending on

[PHP] Re: PHP Variable Declare

2003-01-22 Thread Stephen Goehler
;] == "formmail") > > instead of your line. > > > > Thomas > > On Wed, 22 Jan 2003 09:47:46 -0500 [EMAIL PROTECTED] (Stephen Goehler) wrote: > > > Hey guys, > > > > Thanks in advance for your help. > > > > I'm working on ema

[PHP] Re: PHP Variable Declare

2003-01-22 Thread Stephen Goehler
Now it gets more confusing.I added: print ''; print_r($_POST); print ''; to my form and the variables are displayed properly, but only generate errors when I try to add it to fputs().any ideas? "Stephen Goehler" <[EMAIL PROTECTED]> wrot

[PHP] Re: PHP Variable Declare

2003-01-22 Thread Stephen Goehler
: > > fputs($fd, "From: ".$_POST['name']." <".$_POST['email'].">\n"); > > Don't ask arrays directly in a string. > > > > > Thomas > > > On Wed, 22 Jan 2003 11:15:35 -0500 [EMAIL PROTECTED] (Stephen Goehler) wrot

[PHP] Downloading File rather then Executing

2003-02-08 Thread Stephen Craton
Got a problem. For some reason, when I try to view a PHP file on my server, it wants to download the file rather then open and execute. I have no control over my server so what should I do? Here's a sample URL: http://d2mods.xfernet.com/filecenter/team.php Please help! I'm not sending any head

Re: [PHP] Downloading File rather then Executing

2003-02-08 Thread Stephen Craton
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 08, 2003 1:51 PM Subject: Re: [PHP] Downloading File rather then Executing > On Sunday 09 February 2003 02:46, Stephen Craton wrote: > > > Got a problem. For some reason, when I try to view a PHP

[PHP] Another Prob: MySQL Passwords

2003-02-08 Thread Stephen Craton
st' (Using password: YES) My code is as follows: Unable to connect to database. Error as follows:'.mysql_error(); } ?> Does anyone have a clue as to why this happens and how to fix it? I'll need to know how to fix this for future users as well. Thanks in advanced.

[PHP] MySQL Username and Passwords

2003-02-09 Thread Stephen Craton
st' (Using password: YES) My code is as follows: Unable to connect to database. Error as follows:'.mysql_error(); } ?> Does anyone have a clue as to why this happens and how to fix it? I'll need to know how to fix this for future users as well. Thanks in advanced.

Re: [PHP] MySQL Username and Passwords

2003-02-09 Thread Stephen Craton
I'm not sure how except through shell which isn't enabled. Even if I didn't reload it, why would the username work but the password not? - Original Message - From: "John Nichel" <[EMAIL PROTECTED]> To: "Stephen Craton" <[EMAIL PROTECTED]>

Re: [PHP] MySQL Username and Passwords

2003-02-09 Thread Stephen Craton
message > would be sent if the user didn't exist at all! > > > Thomas > > > On Sun, 9 Feb 2003 12:40:12 -0500 [EMAIL PROTECTED] (Stephen Craton) wrote: > > > I'm not sure how except through shell which isn't enabled. Even if I didn't > > re

[PHP] Session Time

2003-02-10 Thread Stephen Craton
Got a quick and easy question that I'm not sure about. What I need to do is calculate how long someone has been in a chatroom, then update a members table to add some "money" to their account. Something like this: For every hour they're in the chatroom: 5 cents Thanks,

Re: [PHP] date calculation

2003-02-16 Thread Stephen Willcock
Try: $today = strtotime ("1 february 2003"); $enddate = strtotime ("2 february 2003"); $diff = $enddate - $today; Should give you a clue! SW "Qt" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Dear Kevin, > > I used timestamp allready as following; > > $tod

Re: [PHP] date calculation

2003-02-16 Thread Stephen Willcock
(1st Feb 2003): $mydate = mktime(0,0,0,2,1,2003); SW "Qt" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Dear Stephen, > > Good clue!! > > Is it working allways without problem such as 29 feb? > > And one more

[PHP] Re: Default argument values

2003-02-17 Thread Stephen Willcock
Yes, you can call your function with these arguments, but in this case of course the defaults will not be used because you have supplied arguments. SW "Neko" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hey All, > > I've been trying to write a function that

[PHP] Permission Denied

2003-02-22 Thread Stephen Craton
why I'm getting all this! Please help ASAP! Thanks in advance! Thanks, Stephen Craton http://www.melchior.us -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Permission Denied

2003-02-22 Thread Stephen Craton
why I'm getting all this! Please help ASAP! Thanks in advance! Thanks, Stephen Craton http://www.melchior.us -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Permission Denied

2003-02-23 Thread Stephen Craton
Thanks for the replies, it turns out, for some reason, that the variables were empty after they were supposedly assigned for the values in a MySQL table. I fixed the problem so it's all resloved. Sorry for the delayed time in my replies, my email was down all night. Thanks, Stephen Craton

[PHP] PHP Script

2003-02-24 Thread Stephen Craton
ry, again, if this is spam but I did want to inform you about this script... Thanks, Stephen Craton http://www.melchior.us -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Script

2003-02-24 Thread Stephen Craton
It may do some good to give you the URL to the website, won't it? Sorry... http://piw.melchior.us Thanks, Stephen Craton http://www.melchior.us - Original Message - From: "Stephen Craton" <[EMAIL PROTECTED]> To: "PHP List" <[EMAIL PROTECTED]> Se

Re: [PHP] PHP Script

2003-02-24 Thread Stephen Craton
#x27;t see for sake of keeping them NOT confused. After it's written, these values are used throughout your script. Since most people keep a seperate config file anyway, it should just plugin to your script easily. In the pro version I'll be supporting classes and such. Thanks,

[PHP] Too many connections - MySQL

2003-02-26 Thread Stephen Craton
On this site, www.roempire.com, which we host, they are having problems with too many connections. I think that someone messed with the GRANT option. How can we reverse this and allow unlimited connections per site? Or is this a problem with the script? Thanks, Stephen Craton http

[PHP] How do I display the script file name?

2003-02-27 Thread Stephen Ford
How can I display the script file name? Presumably something like-: While I'm learning php and developing various Web page versions, I want to be sure the that the display is from the appropriate script. Regards Stephen Ford, Surrey, UK -- PHP General Mailing List (http://www.php.net

Re: [PHP] How do I display the script file name?

2003-02-27 Thread Stephen Ford
Thanks I'll post back with results. Stephen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How do I display the script file name?

2003-02-27 Thread Stephen Ford
quot;; echo "Line #2"; echo "Line #3"; echo "Line #4 ".' '.$_SERVER['SCRIPT_NAME'].' '. $_SERVER['SCRIPT_FILENAME'].' '. $_SERVER['PHP_SELF'].""; echo "Line #5"; echo "L

Re: [PHP] How do I display the script file name?

2003-02-27 Thread Stephen Ford
I've checked up on strings, and it seems like the quoting is like the Korn shell. You can see below that I found basename() which works fine with __FILE__, but $_SERVER['PHP_SELF'] etc print nothing. Any ideas? Stephen =PHP== $_SERVER[\'PHP_SELF\']= '.$

Re: [PHP] How do I display the script file name?

2003-02-27 Thread Stephen Ford
By including "\n" the html source looks like this, which is fine. I'll RTFM about $_SERVER and post back if in trouble. Thanks for help. Stephen $_SERVER['PHP_SELF']= $_SERVER['SCRIPT_NAME'] (etc)= __FILE__=/path/sfindex03.php $SCRIPT_FILENAME=/path/s

[PHP] URGENT MYSQL HELP!!

2003-03-02 Thread Stephen Craton
l you the ssh account settings once you reply. Thanks, Stephen Craton http://www.melchior.us

[PHP] MySQL and phpMyAdmin Issues

2003-03-03 Thread Stephen Craton
we'll loose all the old databases and I'm not sure how to export the tables to a file in ssh. Any help here would be most obliging and I need a reply rather urgently in order to allow my hosted sites access to phpMyAdmin once again... Thanks, Stephen Craton http://www.melchior.us --

[PHP] safe_mode not working with php-4.3.1

2003-03-07 Thread Stephen Grier
UID/GID, which is supposed to be prohibited in safe_mode. If I switch back to php-4.2.3, I get safe_mode restrictions as expected. get_ini('safe_mode') shows that safe_mode is correctly enabled for php-4.3.1. Am I missing something with php-4.3.1, or should I stick with php-4.2.3? --

Re: [PHP] pdf information..

2003-07-16 Thread Stephen Rainey
good promise last year, but I haven't investigated them much since. Depending on your project requirements, it is possible to find a web host that has pdflib capabilities. Stephen On Wednesday 16 July 2003 20:48, Justin French wrote: > On Thursday, July 17, 2003, at 11:38 AM, Louie

[PHP] mcrypt Blowfish encryption and Chilcat

2003-08-08 Thread Stephen Holly
Hi all. I was wondering anyone had heard any issues regarding mcrypt Blowfish encryption and Chilcat?? I presently have a system with a server implemented in php using mcrypt-2.4.x and clients who interact with it sending and receiving blowfish encrypted data. I am unable to touch the clients but

Re: [PHP] com obj from php

2003-08-10 Thread Stephen Holly
Cheers Jay, but Ive seen this already, i'ts the wrong way round!! Steve. "Jay Blanchard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] [snip] This is using COM in php scripts, I want to create a com obj (or anything really) that was written in php and use it in a .NET app [/snip] O

[PHP] Pls Help-Looking for PHP Product for Articles

2003-08-14 Thread Stephen Toutonghi
Hi, I'm looking for a product that will help me create a documentation system. I'd like to be able to post individual articles on an intranet, and have user's create comments on the articles that become part of the article. And editor could then review the comments and add to the article where app

[PHP] Re: Pls Help-Looking for PHP Product for Articles

2003-08-14 Thread Stephen Toutonghi
if the user roles are not very powerful in the open version - > basically you will have what you want. > > http://www.interakt.ro/products/KompleteLite/ > > Alexandru > > -- > Alexandru COSTIN > Chief Operating Officer > http://www.interakt.ro/ >

Re: [PHP] Re: Pls Help-Looking for PHP Product for Articles

2003-08-14 Thread Stephen Toutonghi
gt; and associate forums on them. > >> > >> Even if the user roles are not very powerful in the open version - > >> basically you will have what you want. > >> > >> http://www.interakt.ro/products/KompleteLite/ > >> > >>

Re: [PHP] com obj from php

2003-08-14 Thread Stephen Holly
This is using COM in php scripts, I want to create a com obj (or anything really) that was written in php and use it in a .NET app "Jay Blanchard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] [snip] Does anyone know if ti is possible or not to create a com object from php?? [/snip]

[PHP] Deleting same values from an array

2003-08-22 Thread Stephen Craton
27;s so that it would read this: 2, 5, 4, 6, 8 instead. I'm really clueless as to how to do this, any ideas? Thanks, Stephen Craton

Re: [PHP] Deleting same values from an array

2003-08-22 Thread Stephen Craton
Haha, thanks. I was looking at array functions earlier but didn't think to look at it since it seemed like something completely different. Oh well, thanks! Thanks, Stephen Craton - Original Message - From: "John W. Holmes" <[EMAIL PROTECTED]> To: "Stephen Crat

[PHP] Roadblock When One Page Calls ANother to Log In Users

2003-04-05 Thread Stephen Tiano
When accessing a page called "Create Users", it checks that the user doing just that is properly logged in--this is part of the admin section of the site, not the public end. If not, it sends one to a page created by "login.php". There one is met by instructions to type in a username and passwo

[PHP] What does this do?

2003-06-10 Thread Stephen Goddard
Hi, Can anyone tell me what this does ${varname} I cant find any information as to what the braces do. Cheers Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: use print

2003-06-10 Thread Stephen Goddard
You can print from PHP ! The scrip below will print a bmp. It requires you to enable php_printer.dll in your php.ini file The printer handle must be the same, as the shown printer name, in the printers folder (win) For more info look here :- http://uk.php.net/manual/en/ref.printer.php If yo

[PHP] Switch function problem

2003-06-11 Thread Stephen Goddard
Hi Folks, Anyone know if you can use operators in a switch function? eg. switch ($category){ case "FFS" || "FHG" || "FRG": $soldID = "SFFS"; break; case "DPT" || "DL" || "DF" || "DI" || "DO": $soldID = "SDPT"; break; } Cheers -- PHP Gene

[PHP] Preventing caching using PHP headers

2003-06-11 Thread Stephen Jones
Has anyone used this and found it helpful? For dynamically generated pages, yes, but is there any advantage for static pages that happen to be PHP? >From a good caching tutorial at: http://www.mnot.net/cache_docs/#IMP-SCRIPT The header cited: Thanks! Stephen -- PHP General Mailing L

[PHP] PHP Priter Functions

2003-06-13 Thread Stephen Goddard
Hi, Has anyone managed to get the php printer functions to work on a network printer. My code is connecting to the printer but . Warning: couldn't allocate new print job in c:\inetpub\wwwroot\phpprinter\print2.php on line 32 test.bmp Warning: couldn't start a new page in c:\inetpub\wwwroot\ph

[PHP] FTP Uploading?

2002-09-21 Thread Stephen Craton
Hello, I was just wondering, how do you FTP files in PHP? I can't seem to find it in any of my PHP books so could someone kindly give me a rundown on how they work? Thanks! Thanks, Stephen http://www.melchior.us http://php.melchior.us -- PHP General Mailing List (http://www.php.net

[PHP] RE: [PHP-DB] password function

2002-09-22 Thread Stephen Craton
hat I usually do is assign a function (db_connect()) to connect to the database and select the database then just put $conn = db_connect(). Hope that helps! Thanks, Stephen Craton http://www.melchior.us http://php.melchior.us :: -Original Message- :: From: Murat Ö. [mailto:[EMAIL PROTECTED]

RE: [PHP] counting guest users

2002-09-22 Thread Stephen Craton
I'm pretty sure they use cookies and see if the user is logged in or not. I'm not sure how exactly to make the script though.. Thanks, Stephen http://www.melchior.us http://php.melchior.us :: -Original Message- :: From: Andy [mailto:[EMAIL PROTECTED]] :: Sent: Saturday, Se

[PHP] Cannot Redeclare?

2002-09-22 Thread Stephen Craton
mysql_num_rows($result)>0) return 1; else return 0; } Please help. I don't see why this keeps happening... Thanks, Stephen http://www.melchior.us http://php.melchior.us -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] FW: Cannot Redeclare?

2002-09-22 Thread Stephen Craton
mysql_num_rows($result)>0) return 1; else return 0; } Please help. I don't see why this keeps happening... Thanks, Stephen http://www.melchior.us http://php.melchior.us P.S. I'm sending this again because I don't know if the other got through or not... -- PHP Genera

[PHP] Keeping your published script safe?

2002-09-26 Thread Stephen Craton
t. Anyway, I was just wondering if there was any program or script that can keep your script safe from people removing the copyright. Please help! I'd really like to keep my scripts safe from those hacker people. Thanks, Stephen http://www.melchior.us http://php.melchior.us -- PHP Gener

RE: [PHP] Keeping your published script safe?

2002-09-26 Thread Stephen Craton
I would love to get Zend Encoder but I don't have anbout $1000 to spend on it... Any other ways? Thanks, Stephen http://www.melchior.us http://php.melchior.us :: -Original Message- :: From: David Buerer [mailto:[EMAIL PROTECTED]] :: Sent: Thursday, September 26, 2002 3:44 PM

RE: [PHP] Keeping your published script safe?

2002-09-26 Thread Stephen Craton
I realize that, I just wanted to make it a little harder for them so they wouldn't even try. Thanks, Stephen http://www.melchior.us http://php.melchior.us :: -Original Message- :: From: Smith, Benjamin [mailto:[EMAIL PROTECTED]] :: Sent: Thursday, September 26, 2002 6:06 PM

RE: [PHP] Keeping your published script safe?

2002-09-27 Thread Stephen Craton
it's 100% free. Thanks, Stephen http://www.melchior.us http://php.melchior.us :: -Original Message- :: From: David Buerer [mailto:[EMAIL PROTECTED]] :: Sent: Thursday, September 26, 2002 3:44 PM :: To: '[EMAIL PROTECTED]' :: Subject: RE: [PHP] Keeping your published script

[PHP] Member's Area Script

2002-09-28 Thread Stephen Craton
session_register("valid_user"); } else { echo "You supplied an invalid username and password combo. Try again please."; exit; } And here's the part that connects to the database: Does anyone see why it's doing this to me? Please help!! Thanks, St

RE: [PHP] Member's Area Script

2002-09-28 Thread Stephen Craton
Thank you very much!!! Thanks, Stephen http://www.melchior.us http://php.melchior.us :: -Original Message- :: From: debbie_dyer [mailto:[EMAIL PROTECTED]] :: Sent: Saturday, September 28, 2002 6:03 PM :: To: [EMAIL PROTECTED] :: Subject: Re: [PHP] Member's Area S

[PHP] Session Not Saving?

2002-09-28 Thread Stephen Craton
session_register("valid_user"); } else { echo "You supplied an invalid username and password combo. Try again please."; exit; } } Please help again!!! Thanks, Stephen http://www.melchior.us http://php.melchior.us -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Session Not Saving?

2002-09-29 Thread Stephen Craton
session_register("valid_user"); } else { echo "You supplied an invalid username and password combo. Try again please."; exit; } } Please help again!!! Thanks, Stephen http://www.melchior.us http://php.melchior.us -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Not Displaying From Vars??

2002-09-29 Thread Stephen Craton
lays all the field values in the URL just fine, it's just not displaying in the page itself. Thanks, Stephen http://www.melchior.us http://php.melchior.us -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Not Displaying From Vars??

2002-09-29 Thread Stephen Craton
I just tried it and it doesn't work either. Thanks, Stephen http://www.melchior.us http://php.melchior.us :: -Original Message- :: From: John W. Holmes [mailto:[EMAIL PROTECTED]] :: Sent: Sunday, September 29, 2002 1:07 PM :: To: 'Stephen Craton'; [EMAIL PROTECTED] :: Su

RE: [PHP] Not Displaying From Vars??

2002-09-29 Thread Stephen Craton
Hope that helps! Thanks, Stephen http://www.melchior.us http://php.melchior.us :: -Original Message- :: From: John W. Holmes [mailto:[EMAIL PROTECTED]] :: Sent: Sunday, September 29, 2002 1:33 PM :: To: 'Stephen Craton'; [EMAIL PROTECTED] :: Subject: RE:

RE: [PHP] Member's Area Script

2002-09-29 Thread Stephen Craton
I'm having the error again this time on my webserver. I have it set as a global variable but it's not working. It can be found at http://mom.melchior.us. Type in test for the username and password. Why??? Thanks, Stephen http://www.melchior.us http://php.melchior.us :: -Origin

RE: [PHP] Member's Area Script

2002-10-01 Thread Stephen Craton
Hello, Can you please send me the files again? I just formatted and installed Windows XP Pro and I thought exporting my email would also export the attachments but I guess not. Thanks! Thanks, Stephen -Original Message- From: Debbie Dyer [mailto:[EMAIL PROTECTED]] Sent: None To

[PHP] php-4.3.0pre2, fgets and socket_get_status

2002-11-22 Thread Stephen Grier
e: $status = socket_get_status($this->socket); if ($status["unread_bytes"] <= 0) return false; However, $status["unread_bytes"] always returns 0 until the first call to fgets($this->socket). Is this right? I'd like to check the status of the socket before I t

[PHP] Re [PHP] Secure File Upload

2002-06-05 Thread Stephen Phillips
Hi, Not sure if this would work in limiting the file size of an upload or not, but I noticed a line in my php.ini file which seems to limit the size of any data sent by a POST, of course this would be a serverwide setting I guess.   the line is; post_max_size = 8M;   I'm assuming this would b

[PHP] goto

2002-06-13 Thread Stephen Brewster
ry($sql, $db); $record = $mysql_fetch_array($result, MYSQL_ASSOC); { } if($type == 'TEXT') echo($record[$field]); if($type == 'ENDLOOP') { } } -- ------ Stephen Brewster Email: [EMAIL PROTECTED] Tel:

[PHP] Re: Help with sockets

2002-07-19 Thread Stephen Brewster
ch can be written to and which have exceptions. 2) I am not too sure what you mean here but using the select you can find out which socket have info in their buffers and then read it so there will be no blocking on I/O -- ------ Stephen Brewster Ema

RE: [PHP] evaluating dynamic variable

2003-09-02 Thread Stephen Goodman
Whoops, I'm an idiot. Resolution singular, not plural. Thanks for the help everyone . -Original Message- From: Chris W. Parker [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 3:29 PM To: Stephen Goodman; [EMAIL PROTECTED] Subject: RE: [PHP] evaluating dynamic variable

[PHP] Linux Issues

2003-09-06 Thread Stephen Craton
l for Mandrake and it said to add the text "noauto" which I did for the boot sequence. Same error. Any ideas what's going on and how to fix it? Thanks, Stephen Craton

Re: [PHP] Linux Issues

2003-09-06 Thread Stephen Craton
Thanks for the replies. I've tried both 8.1 and 9.1 versions of Mandrake Linux with no luck (I bought the 8.1 CDs a while back) I've also tried making a floppy disk but still no luck with 8.1. In 9.1, I can't get the autorun screen to make the floppy disk. Thanks, Stephen Craton

Re: [PHP] Linux Issues

2003-09-07 Thread Stephen Craton
Well, I'm wanting one with a really nice GUI and great functionality. I'll check into Debian and Slackware later today after church. Any other good recomendations? Thanks, Stephen Craton - Original Message - From: "andu" <[EMAIL PROTECTED]> Cc: "PHP

Re: [PHP] Linux Issues

2003-09-07 Thread Stephen Craton
Another question if you will... When downloading Linux ISOs or whatever, which do I need? What is the difference between i386, PPC, and all those other exactly? How do I know which I need? Thanks, Stephen Craton - Original Message - From: "Stephen Craton" <[EMAIL PROTECTE

Re: [PHP] Linux Issues

2003-09-07 Thread Stephen Craton
I have a Pentium 4, this is probably the reason it's messing up. I don't have any RAID or SCSI controllers and I've unplugged all my USB devices. I'll try finding these things in i786, thanks for the help! Thanks, Stephen Craton - Original Message - From: "Dan An

[PHP] Problem Coding a Tutorial

2003-09-08 Thread Stephen Tiano
I found a new book for again starting out to learn PHP/MySQL Web App programming. I've begun exercises toward that end. So far I've opened MySQL--I'm on a Macintosh PowerBook, so that's UNIX--as root and created a database I called guest_recorder. Then I GRANTed ALL to a new user (me) with a pa

Re: [PHP] Linux Issues

2003-09-08 Thread Stephen Craton
Thanks for the email but I found the reason for it all not working. I have an ATI Radeon 9800 Pro and it's not supported by the Linux Kernel yet so... Thanks anyway, Stephen - Original Message - From: "Viraj Kalinga Abayarathna" <[EMAIL PROTECTED]> To: &qu

[PHP] Re: Problem Coding a Tutorial

2003-09-08 Thread Stephen Tiano
Kae, Excuse my being dense, but I just want to get your meaning with the lines you added. You're saying to substitute if($_POST['submit']=='Sign!') for if ($submit == "Sign!") and to try ('$_POST[name]', ... (and not $_POST['name'])? Thank you. Steve Tiano -- PHP General Mailing List (ht

<    1   2   3   4   5   6   7   8   >