[PHP] Appologies

2005-01-15 Thread Stephen Craton
. Once again, sorry for anyone affected. Thanks, Stephen Craton http://www.melchior.us

RE: [PHP] Re: Apache 2.0 and Sessions

2005-01-13 Thread Stephen Craton
I didn't need to search, turns out there wasn't a folder C:\WINODWS\TEMP so I just made one and it's all fixed now. Only thing I don't understand is why it didn't change the save path when I asked it to. Oh well. Thanks for all the help people! Thanks, Stephen Crat

RE: [PHP] Apache 2.0 and Sessions

2005-01-11 Thread Stephen Craton
Not a production server, just a development server. It doesn't bail either, it still displays the page correctly, but no sessions work, obviously. Thanks, Stephen Craton -Original Message- From: Bret Hughes [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 7:24 PM To: St

RE: [PHP] Re: Apache 2.0 and Sessions

2005-01-11 Thread Stephen Craton
just comment that line out, granted, but it doesn't seem practical for my situation. Thanks for the suggestion though! Thanks, Stephen Craton -Original Message- From: Jerry Kita [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 7:03 PM To: php-general@lists.php.net Subject:

[PHP] Apache 2.0 and Sessions

2005-01-11 Thread Stephen Craton
ing, especially since I went into php.ini (I'm on Windows XP) and changed session.save_patch to this: session.save_path = "C:/PHP/sessiondata" Can anyone give me some input here? I think I see the problem, the whole double back slash in the file location, but I don't see ho

RE: [PHP] __PHP_Incomplete_Class Errors...

2004-10-27 Thread Stephen Craton
41" Line 41 calls $user->login() which is the function above. What's odd is the fact the first script call works, since the session variable gets populated. If I comment out the second call, it works fine. Anyone have any ideas? Stephen Craton [EMAIL PROTECTED] IM: [EMAIL PROTECTED] ht

[PHP] __PHP_Incomplete_Class Errors...

2004-10-26 Thread Stephen Craton
s via another class this something like this: $db = new theDatabase; $user = new Users; $user->db = $db; And then, within the class, I access it as such: $this->db->query($sql); This works perfectly on my local machine, but it gets all weirded once I upload it. I have NO idea why or how

RE: [PHP] Securing Servers

2004-10-08 Thread Stephen Craton
Ah yes, thank you for the links, just what I was looking for. Now to use some sort of uber cool part of my brain to translate unix command line and paths to Windows command line commands and paths. Stephen Craton [EMAIL PROTECTED] IM: [EMAIL PROTECTED] http

RE: [PHP] Securing Servers

2004-10-08 Thread Stephen Craton
nection and a custom built PC, with a hullava lot of RAM and processing power (1gb and 3ghz). Basically, I just want to know how to secure the server so that they don't get access to other computers within our network. :) -------- Stephen Craton [EMAIL PROTECTED] I

RE: [PHP] Securing Servers

2004-10-08 Thread Stephen Craton
the MySQL tables all over again when I want to update my work. On the other hand, if I locally host it, I just have to link them to my IP or domain pointing to my IP and they can see it straight off my machine. Any other suggestions? Stephen Craton [EMAIL

[PHP] Securing Servers

2004-10-08 Thread Stephen Craton
, but until I can get myself a separate computer box to dedicate to the server, I'm stuck with using my personal computer as the server as well and all my programs/games need Windows. Any help here would be greatly appreciated. Thanks, Stephen Craton -- PHP General Mailing List (http://www.ph

[PHP] RE: Version Controlling

2004-09-26 Thread Stephen Craton
Craton Web Developer IM: [EMAIL PROTECTED] http://www.wiredphp.us :: -Original Message- :: From: Greg Beaver [mailto:[EMAIL PROTECTED] :: Sent: Sunday, September 26, 2004 13:22 :: To: Stephen Craton :: Cc: 'PHP List' :: Subject: Re: Version C

[PHP] Version Controlling

2004-09-26 Thread Stephen Craton
your web development projects? -------- WiredPHP Stephen Craton Web Developer IM: [EMAIL PROTECTED] http://www.wiredphp.us -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Infinate looping

2004-09-19 Thread Stephen Craton
> problems. I would run through command line but I'm not sure how. This is a chat script anyway, and I'm not sure if I have command line abilities on my production server. Also, I was thinking of maybe using a socket server. Are socket servers allowed by mainstream web hosts or do yo

RE: [PHP] Infinate looping

2004-09-19 Thread Stephen Craton
s it would be easier, but that's not exactly what I'm doing. I'm more or less streaming content from the database to the end-user. It's basically a chat script that I'm running. I thought about setting up a socket, but I'm not sure if that's even aloud on the main

[PHP] Infinate looping

2004-09-18 Thread Stephen Craton
erver people if this does indeed cause issues. Any help here would be appreciated... Stephen Craton IM: [EMAIL PROTECTED] http://www.melchior.us -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] sleep() and Max Execution Time

2004-09-18 Thread Stephen Craton
:: To: Stephen Craton; PHP List :: Subject: Re: [PHP] sleep() and Max Execution Time :: :: On Sat, 18 Sep 2004 14:19:55 -0500, Stephen Craton :: <[EMAIL PROTECTED]> wrote: :: > I know I can change the default setting in the ini but I might need to :: span :: > this script on another serve

[PHP] sleep() and Max Execution Time

2004-09-18 Thread Stephen Craton
? Stephen Craton IM: [EMAIL PROTECTED] http://www.melchior.us -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Read External Directory

2004-08-10 Thread Stephen Craton
an error. How would I go about reading an external directory? Thanks, Stephen Craton http://www.melchior.us http://php.melchior.us http://www.chatness.us -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] URL String

2004-08-10 Thread Stephen Craton
al script? I was thinking there was a way with JavaScript but I'm not that great with it. Thanks, Stephen Craton http://www.melchior.us http://php.melchior.us http://www.chatness.us -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] TIFF Images

2004-07-29 Thread Stephen Craton
e for tiff. Is there any support for TIFF files in PHP or maybe a way to convert a TIFF file for temporary usage to make a thumbnail? Thanks, Stephen Craton http://www.melchior.us http://php.melchior.us http://www.chatness.us -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] user tracking

2004-07-06 Thread Stephen Craton
ave some specific needs as > well, so mostly likely I will be have to make some code changes. So the > simpler package the better. > > Christian -- Thanks, Stephen Craton http://www.melchior.us -- Proud user of Linux: Fedora Core 2 -- PHP General Mailing List (http:/

RE: [PHP] Streaming

2004-06-25 Thread Stephen Craton
s it and how do you utilize it? Thanks for all the help! Thanks, Stephen Craton http://www.melchior.us -Original Message- From: Curt Zirzow [mailto:[EMAIL PROTECTED] Sent: Friday, June 25, 2004 12:53 AM To: PHP List Subject: Re: [PHP] Streaming * Thus wrote Stephen Craton: > So my ques

RE: [PHP] Streaming

2004-06-24 Thread Stephen Craton
t's not exactly what I'm looking for. Thanks for the replies! Thanks, Stephen Craton http://www.melchior.us -Original Message- From: His Dudeness [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 11:48 PM To: Stephen Craton Cc: PHP List Subject: Re: [PHP] Streaming [sni

RE: [PHP] Streaming

2004-06-24 Thread Stephen Craton
iding the refresh game? I was also thinking of Javascript like you said, but again, I came back to refreshing and then I can to XML HTTP Request but it's not supported well with browsers. Any help here would be appreciated... Thanks, Stephen Craton http://www.melchior.us -Original Message

RE: [PHP] About the post Streaming

2004-06-24 Thread Stephen Craton
What I saw it applied in was a chat script, and that's what I'm planning on using it for should I ever finish figuring it out... Thanks, Stephen Craton http://www.melchior.us -Original Message- From: Pierre [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 6:05 PM To: p

RE: [PHP] Streaming

2004-06-24 Thread Stephen Craton
ephen Craton http://www.melchior.us -Original Message- From: Justin Patrin [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 5:01 PM To: Stephen Craton Cc: PHP List Subject: Re: [PHP] Streaming Your script is ending, so the page ends. PHP (HTTP) isn't really supposed to do "

RE: [PHP] Streaming

2004-06-24 Thread Stephen Craton
'] != 1) { $message = htmlentities($db->Record["text"]); } else { $message = $db->Record["text"]; } $message = str_replace($emotes, $images, $message); echo $message."\n"; flush(); endwhile; It

RE: [PHP] Streaming

2004-06-24 Thread Stephen Craton
Thanks for this, but how do I use it? Do I just put the ob_end_clean() at the opening the page I want to stream and then put flush() at the end? Thanks, Stephen Craton http://www.melchior.us -Original Message- From: svk [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 4:25 PM

[PHP] Streaming

2004-06-24 Thread Stephen Craton
my opinion. I did a search on PHP.net for streaming but I couldn't understand much of that, just my noobishness I suppose. How exactly would you go about streaming in PHP anyway? This has my interest now... Thanks, Stephen Craton http://www.melchior.us <http://www.melchior.us/>

[PHP] mod_rewrite Issues

2004-06-19 Thread Stephen Craton
to the point pretty much. Any help here would be greatly appreciated... Thanks, Stephen Craton http://www.melchior.us <http://www.melchior.us/> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: Include Issues

2004-06-16 Thread Stephen Craton
Thank you for the suggestion, worked like a charm. I was using GLOBALS earlier in the script because of the same issue, just wasn't thinking about it for these variables. :-) Thanks, Stephen Craton http://www.melchior.us -Original Message- From: Justin Patrin [mailto:[EMAIL PROT

[PHP] Include Issues

2004-06-16 Thread Stephen Craton
7;; } echo'stuff'; } Like I said, all the database credentials and everything is included into the final file, but it simply won't work. Any ideas here? Thanks, Stephen Craton http://www.melchior.us <http://www.melchior.us/> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Current URL

2004-06-04 Thread Stephen Craton
Also, on a Windows machiene, it returns something like c:\htdocs\subsite. Already tried it, but thanks. :-) I'll be going with your GLOBAL variable suggestion, it seems so obvious now. Thanks for the help! :-) Thanks, Stephen Craton http://www.melchior.us -Original Message-

[PHP] Current URL

2004-06-03 Thread Stephen Craton
at wouldn't be the safest solution if the script were running in a subfolder to begind with (like the entire site is in www.example.com/site1). I hope you understand what I'm trying to say. Any ideas? Thanks, Stephen Craton http://www.melchior.us <http://www.melchior.us/> -- PHP

RE: [PHP] Re: Perfect Squares

2004-05-25 Thread Stephen Craton
I guess I don't mean perfect squares, more or less square roots with terminating decimals. Thanks for all the help, and I found that Jason's code will work for the program I'm doing right now. Thanks, Stephen Craton http://www.melchior.us - -Original Message- - From

[PHP] Perfect Squares

2004-05-25 Thread Stephen Craton
know how to compile the GMP code into PHP on my windows box. So, how exactly would you go about finding out if something is a perfect square or not? 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] From IIS to Apache

2004-04-24 Thread Stephen Craton
ng me that port 80 cannot be used. IIS ran on port 80 and I uninstalled it, rebooted, but I got the error. I've tried reinstalling Apache, rebooting, and pretty much everything I know to do. Any help here would be greatly appreciated. Thanks, Stephen Craton http://www.melchior.us

RE: [PHP] Calculator Script

2004-04-20 Thread Stephen Craton
Erk, my mistake, it's just 1 over x-7 or whatever because it's the remainder. My bad. Thanks Daniel for all the help. :-) Thanks, Stephen Craton http://www.melchior.us - -Original Message- - From: Stephen Craton [mailto:[EMAIL PROTECTED] - Sent: Tuesday, April 20, 2004 5:

RE: [PHP] Calculator Script

2004-04-20 Thread Stephen Craton
Well, that would almost work, except that for something like (2x^2 - 8x - 41) / (x-7). A = 2 B+A*R = 6 C+B*R+A*R^2 = 1 This is actually pretty close: 2x + 8 + (1 / (x-7)) I guess there isn't any one way to really make this program work, unless you have any ideas. Thanks, Stephen Craton

RE: [PHP] Calculator Script

2004-04-20 Thread Stephen Craton
es it mean by "Coefficients of quotient"? I'm lost as to what this calculator program is actually solving. Thanks, Stephen Craton http://www.melchior.us - -Original Message- - From: Daniel Purdy [mailto:[EMAIL PROTECTED] - Sent: Tuesday, April 20, 2004 4:55 PM - To: Step

RE: [PHP] Calculator Script

2004-04-20 Thread Stephen Craton
3b = 3x - 0 The book has this as an example too dealing with the program: (x^2 - 14x - 25) / (3x + 4) Thanks, Stephen Craton http://www.melchior.us - -Original Message- - From: Daniel Purdy [mailto:[EMAIL PROTECTED] - Sent: Tuesday, April 20, 2004 4:50 PM - To: PHP List - Subject: RE

[PHP] Calculator Script

2004-04-20 Thread Stephen Craton
get (b/3) + 3 - (7/3b) when I work it out by hand, and a teacher of mine got the same thing. What exactly is this program finding, since it obviously isn't any coefficients? 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] PHP has a bug...?

2004-04-05 Thread Stephen Craton
x27;s the code I'm using: $x = (-1 * $b) / (2 * $a); if($x == -0) { $x = 0; } I've fixed it for now by putting the if statement, but I'm not sure why it's giving me -0. Than

RE: [PHP] What's the use in OOP?

2004-03-29 Thread Stephen Craton
ut it really seemed like a waste since it was such a small basic script. I never really find myself re-needing code except for database connectivity and calling the database and stuff like that. Thanks again for all the replies and helpful information. Thanks, Stephen Craton http://www.melchi

[PHP] What's the use in OOP?

2004-03-29 Thread Stephen Craton
it now? What does it have to offer then just creating files full of functions to include later like I've always done? 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: Act as a Server

2004-01-31 Thread Stephen Craton
Well, what point is a mailing list if you have to go onto a website to reply to something? That'd be more or less a forum... Thanks, Stephen Craton http://www.melchior.us - -Original Message- - From: DvDmanDT [mailto:[EMAIL PROTECTED] - Sent: Saturday, January 31, 2004 8:30 PM

[PHP] Act as a Server

2004-01-31 Thread Stephen Craton
y help here would be appreciated. I don't think this has been done before, or else I would have read their code and seen how they did it. 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] Ideas Kindly

2004-01-28 Thread Stephen Craton
Craton http://www.melchior.us - -Original Message- - From: Ralph [mailto:[EMAIL PROTECTED] - Sent: Wednesday, January 28, 2004 7:58 PM - To: 'Stephen Craton' - Subject: RE: [PHP] Ideas Kindly - - Social Networking is big right now so a program to run a friendster.com - type - site

RE: [PHP] Ideas Kindly

2004-01-28 Thread Stephen Craton
Hah, no, actually I'm going to distribute it for free so I probably will make little to nothing. Thanks, Stephen Craton http://www.melchior.us - -Original Message- - From: Stuart [mailto:[EMAIL PROTECTED] - Sent: Wednesday, January 28, 2004 5:47 PM - To: Stephen Craton - Cc: 

[PHP] Ideas Kindly

2004-01-28 Thread Stephen Craton
n't find a script for (or you've found a script but it could really use improvement or some competition, so we don't get a monopoly :-))? Any help would be very...helpful. Thanks for your time! :-) Thanks, Stephen Craton http://www.melchior.us -- PHP General Mailing

Re: [PHP] Palm OS Processor

2003-12-12 Thread Stephen Craton
If you ever do decide to start, be sure to cover Pocket PC as well. I think you could even sell this for a great deal. - Original Message - From: "Galen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Evan Nemerson" <[EMAIL PROTECTED]> Sent: Friday, December 12, 2003 1:34 AM Subject: Re:

[PHP] Palm OS Processor

2003-12-11 Thread Stephen Craton
Hello, I was just wondering if there were such a program for Palm OS 4.1 that processes PHP code. Just wondering so that I can maybe make some complex calculator functions on it and use it for school work or whatever else may come my way. Thanks! Stephen Craton

Re: [PHP] Cannot Use Database

2003-12-10 Thread Stephen Craton
[EMAIL PROTECTED]> Sent: Wednesday, December 10, 2003 7:34 PM Subject: Re: [PHP] Cannot Use Database > On Thursday 11 December 2003 06:17, Stephen Craton wrote: > > > I am having an issue connecting to a MySQL database. I've made a script > > that installs itself to a M

[PHP] Cannot Use Database

2003-12-10 Thread Stephen Craton
and how to fix it? Is it an error on the MySQL side of things or on the script's side? Thanks in advance! Thanks, Stephen Craton -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Downloading MySQL Files

2003-11-10 Thread Stephen Craton
Thanks for the help, I found the problem. Turns out nothing was in the blobs, it just wasn't uploading. Fixed now though. Thanks again! Thanks, Stephen Craton http://www.melchior.us -- http://www.melchior.us/portfolio -Original Message- From: John Hicks [mailto:[EMAIL PROT

[PHP] Downloading MySQL Files

2003-11-10 Thread Stephen Craton
download.php file and if they open it, it’s blank. I’ve attached the code to download.php. Any ideas why this is happening and how to fix it? Thanks, Stephen Craton HYPERLINK "http://www.melchior.us"http://www.melchior.us -- HYPERLINK "http://www.melchior.us/portfolio"ht

RE: [PHP] Tracking IP Addresses

2003-10-03 Thread Stephen Craton
So I'm going to have to use a 3rd party script? Is there not a way to make the IP tracker on your own in any way? Thanks, Stephen Craton http://www.melchior.us -- http://www.melchior.us/portfolio -Original Message- From: Duncan [mailto:[EMAIL PROTECTED] Sent: Friday, Octob

RE: [PHP] Tracking IP Addresses

2003-10-03 Thread Stephen Craton
Thanks, but how would I get the results in PHP? What I'm trying to do involves getting the user's IP address then finding where they are, like what country, and then showing content specific stuff. Thanks, Stephen Craton http://www.melchior.us -- http://www.melchior.us

[PHP] Tracking IP Addresses

2003-10-03 Thread Stephen Craton
it for me? Thanks in advance! Thanks, Stephen Craton http://www.melchior.us -- http://www.melchior.us/portfolio

RE: [PHP] IIS Ports

2003-09-27 Thread Stephen Craton
e 5am 5 mile runs) and he's 5 years older then me... Thanks, Stephen Craton http://www.melchior.us -- http://www.melchior.us/portfolio -Original Message- From: Jeff McKeon [mailto:[EMAIL PROTECTED] Sent: Saturday, September 27, 2003 4:10 PM To: Stephen Craton; [EMAIL PROTECTED] Subj

[PHP] IIS Ports

2003-09-27 Thread Stephen Craton
ned on the Windows XP firewall but I've heard it really sucks. So is there any way of closing the IIS ports so my brother, and any other hacker, can't get in here and cause havoc? Thanks, Stephen Craton http://www.melchior.us -- http://www.melchior.us/portfolio

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

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

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
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-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

[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] 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] 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

[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] 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] 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

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,

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

[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] 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] 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

[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] 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

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]>

[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.

[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.

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] 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] Member's Area Script

2002-10-01 Thread Stephen Craton
: Stephen Craton Subject: Re: [PHP] Member's Area Script Stephen I didn't have time to go through all the code so I have sent you an example of a logn/logout/test page. Notice that when logging in the password is checked using the PASSWORD function - you must insert passwords using PASSWORD

RE: [PHP] Member's Area Script

2002-09-29 Thread Stephen Craton
declaring them as global :: :: - Original Message - :: From: "Stephen Craton" <[EMAIL PROTECTED]> :: To: <[EMAIL PROTECTED]> :: Sent: Saturday, September 28, 2002 11:49 PM :: Subject: [PHP] Member's Area Script :: :: :: > Hello again, :: > :: > I'm

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] 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

[PHP] Not Displaying From Vars??

2002-09-29 Thread Stephen Craton
I bet you're getting sick of hearing from me but yet again, I'm having trouble. I have a form that you type in a number for how many hours an employee has worked. When they submit the form, it's supposed to display, again, what they typed in and record them to a database to be used for a later use

[PHP] Session Not Saving?

2002-09-29 Thread Stephen Craton
I'm having another problem with my member's area script. When someone logs in, it's supposed to register their username into a session and it displays fine on the first page. But once you navigate to another part of the area, it does not tell you you are logged in, instead it gives me the error I

[PHP] Session Not Saving?

2002-09-28 Thread Stephen Craton
I'm having another problem with my member's area script. When someone logs in, it's supposed to register their username into a session and it displays fine on the first page. But once you navigate to another part of the area, it does not tell you you are logged in, instead it gives me the error I

RE: [PHP] Member's Area Script

2002-09-28 Thread Stephen Craton
cript :: :: :: :: $conn = $main; <- that line is the problem - you cant use :: global vars inside functions without declaring them as global :: :: - Original Message - :: From: "Stephen Craton" <[EMAIL PROTECTED]> :: To: <[EMAIL PROTECTED]> :: Sent: Saturday, September 28,

[PHP] Member's Area Script

2002-09-28 Thread Stephen Craton
Hello again, I'm trying to write a script that has a member's area in it. So far I've been able to successfully validate only one username and only one password but now I'm going big and trying to compare it with a table in my MySQL database. Everything goes nice and smooth until I actually try a

RE: [PHP] Keeping your published script safe?

2002-09-27 Thread Stephen Craton
safe? :: :: :: www.zend.com :: :: :: -Original Message- :: From: Stephen Craton [mailto:[EMAIL PROTECTED]] :: Sent: Thursday, September 26, 2002 2:09 PM :: To: [EMAIL PROTECTED] :: Subject: [PHP] Keeping your published script safe? :: :: :: Hello, :: :: I have many scripts published

RE: [PHP] Keeping your published script safe?

2002-09-26 Thread Stephen Craton
hat for every person who :: does not acknowledge your effort, there are probably 10 :: people who do. :: :: -Original Message----- :: From: Stephen Craton [mailto:[EMAIL PROTECTED]] :: Sent: Friday, 27 September 2002 7:09 AM :: To: [EMAIL PROTECTED] :: Subject: [PHP] Keeping your p

RE: [PHP] Keeping your published script safe?

2002-09-26 Thread Stephen Craton
:: To: '[EMAIL PROTECTED]' :: Subject: RE: [PHP] Keeping your published script safe? :: :: :: www.zend.com :: :: :: -Original Message- :: From: Stephen Craton [mailto:[EMAIL PROTECTED]] :: Sent: Thursday, September 26, 2002 2:09 PM :: To: [EMAIL PROTECTED] :: Subject: [PHP] Keeping

[PHP] Keeping your published script safe?

2002-09-26 Thread Stephen Craton
Hello, I have many scripts published at various script sites and I just got a report of an incident where the user has removed my copyright at the bottom of the script. We have reached an agreement thank heavens, they're going to go search for a script that doesn't require the copyright. Anyway,

[PHP] FW: Cannot Redeclare?

2002-09-22 Thread Stephen Craton
Hello, I was just wondering...again...why the heck I keep getting this error. I'm trying to make a function called login() and sometimes it works, other times it hates me and gives me this error: Fatal error: Cannot redeclare login() in c:\apache\htdocs\wiredphp\member\funcs.php on line 5 Here'

  1   2   >