Re: [PHP] How to make sure that the target file to read is not under writing by others?

2009-08-19 Thread Kyle Smith
Nitebirdz wrote: On Wed, Aug 19, 2009 at 11:59:39AM +0100, Ashley Sheridan wrote: No, what you're saying is 'use a log file in order to know when to look at another log file'. What would happen if you tried to access the control log file whilst it was in the process of being written to?

Re: [PHP] This is the kind of [expletives deleted] answer that is certain to prevent bugs being reported.

2009-07-24 Thread Kyle Smith
Per Jessen wrote: See http://bugs.php.net/?id=48612 Thank you for taking the time to write to us, but this is not a bug. And RTFM. (RTFM is my interpretation of the rest). And that only took a little more than a month. Thanks very much. Can anyone here tell me why the CLI behaviour reported

Re: [PHP] This is the kind of [expletives deleted] answer that is certain to prevent bugs being reported.

2009-07-24 Thread Kyle Smith
Per Jessen wrote: Kyle Smith wrote: Per Jessen wrote: See http://bugs.php.net/?id=48612 Thank you for taking the time to write to us, but this is not a bug. And RTFM. (RTFM is my interpretation of the rest). And that only took a little more than a month. Thanks very much. Can

Re: [PHP] This is the kind of [expletives deleted] answer that is certain to prevent bugs being reported.

2009-07-24 Thread Kyle Smith
Jim Lucas wrote: Kyle Smith wrote: Per Jessen wrote: Kyle Smith wrote: Per Jessen wrote: See http://bugs.php.net/?id=48612 Thank you for taking the time to write to us, but this is not a bug. And RTFM. (RTFM is my interpretation of the rest). And that only

Re: [PHP] PHP as Language

2009-07-24 Thread Kyle Smith
Martin Scotta wrote: Hi all Is there a formal definition for the php language? Where I can found it? I've STW with no results. Not sure if this is what you mean, but PHP stands for PHP: Hypertext Processor - Kyle

Re: [PHP] How to build an FF extension

2009-07-23 Thread Kyle Smith
Ashley Sheridan wrote: On Thu, 2009-07-23 at 14:39 +0100, Luke wrote: 2009/7/23 Ashley Sheridan a...@ashleysheridan.co.uk On Wed, 2009-07-22 at 23:49 -0400, Paul M Foster wrote: On Wed, Jul 22, 2009 at 08:31:10PM -0700, Javed Khan wrote: How to build an FF

Re: [PHP] How to build an FF extension

2009-07-23 Thread Kyle Smith
Robert Cummings wrote: Ashley Sheridan wrote: Wikipedia can hardly be accounted an official source of anything, especially considering how it gets the content! If you want official, then http://www.mozilla.com/en-US/firefox/releases/1.5.html is a good link. Wikipedia is the official source

Re: [PHP] Undefined Index ...confusion

2009-07-23 Thread Kyle Smith
Miller, Terion wrote: I keep getting this error while trying to use the field 'ID' to pass in a url.. And it's odd because the query is pulling everything BUT the ID which is the first field... code: a href=view.php?ID=?php echo $_SESSION['fullRestaurantList']['ID']??php echo

Re: [PHP] Undefined Index ...confusion

2009-07-23 Thread Kyle Smith
Miller, Terion wrote: On 7/23/09 9:24 AM, Kyle Smith kyle.sm...@inforonics.com wrote: Miller, Terion wrote: I keep getting this error while trying to use the field 'ID' to pass in a url.. And it's odd because the query is pulling everything BUT the ID which is the first field... code

[Fwd: Re: [PHP] Undefined Index ...confusion]

2009-07-23 Thread Kyle Smith
Sorry, list, I did a reply instead of a reply-to-all. This is what I sent to Miller, Terion Miller, Terion wrote: Thanks for the link Kyle!! Great thing there...(seriously I didn't know...I learn something everyday) Anyways the link to my script is: http://pastebin.ca/1504393 Your

Re: [PHP] Invalid Argument why?

2009-07-16 Thread Kyle Smith
Miller, Terion wrote: Why is this an invalid argument? foreach(($row['inType']) as $inType){ echo $inType,'br';} I am trying to output results from a data base that may have multiple results for the same name So trying to use an array and foreach that is the right track ...right?

Re: [PHP] Programming Question

2009-04-29 Thread Kyle Smith
David Stoltz wrote: Hi Folks, I'm a PHP newbie - but this question really isn't about PHP per se', it's more about programming in general, and how to do something... I'm redesigning an ASP site with Dreamweaver CS4, so I'll be sticking to using ASP technology The site will use horizontal

Re: [PHP] try - catch is not so clear to me...

2009-04-13 Thread Kyle Smith
Lamp Lists wrote: hi to all! actually, the statement in the Subject line is not 100% correct. I understand the purpose and how it works (at least I think I understand :-)) but to me it's so complicated way? let's take a look in example from php.net(http://us3.php.net/try) ?php function

Re: [PHP] [php] scheduled task in php

2009-04-02 Thread Kyle Smith
place the full path of your script after the executable in the field provided so it looks something like: C:\PHP\php.exe C:\Documents and Settings\Kyle\My Documents\scripts\MyCronPHPScript.php HTH, Kyle *Kyle Smith* UNIX/Linux Systems Administrator Inforonics, LLC Jan G.B. wrote: Or even

Re: [PHP] and and weird results

2009-04-01 Thread Kyle Smith
; // In both cases, $result is false. HTH, Kyle -- *Kyle Smith* UNIX/Linux Systems Administrator Inforonics, LLC

Re: [PHP] and and weird results

2009-04-01 Thread Kyle Smith
Kyle Smith wrote: PJ wrote: I hope somebody can make sense of this. First, I don't understand what the difference is supposed to be between and - is there a difference for php and/or mysql? Second, I am trying to select all occurrences in a table.column where the first letter of the name is I

[PHP] Databases?

2001-10-25 Thread Kyle Smith
Can someone please give me the simplest tutorial to databases they can find?

[PHP] Include inside a function?

2001-09-21 Thread Kyle Smith
Is it possible to use include inside the mail function? eg mail(include(blah.txt)) ??? -lk6- http://www.StupeedStudios.f2s.com Home of the burning lego man! ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM: legokiller666

[PHP] Include inside a function?

2001-09-21 Thread Kyle Smith
Is it possible to use include inside the mail function? eg mail(include(blah.txt)) ??? -lk6- http://www.StupeedStudios.f2s.com Home of the burning lego man! ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM: legokiller666

Re: [PHP] Quick mail function help.... please!!!

2001-09-17 Thread Kyle Smith
Message - From: Kyle Smith [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, September 16, 2001 9:09 PM Subject: [PHP] Quick mail function help please!!! Can someone please show me how to change the reply address in the mail function (and the from address) cause i have a script im making

[PHP] Quick mail function help.... please!!!

2001-09-16 Thread Kyle Smith
Can someone please show me how to change the reply address in the mail function (and the from address) cause i have a script im making for a mailing list and the script in the manual doesnt work cause it has loads of different code aswell :( -lk6- http://www.StupeedStudios.f2s.com Home of the

[PHP] Please please please help!

2001-09-15 Thread Kyle Smith
In php is there any way to write to the end of a line in a text document so i can set out email addresses as a list on 1 line and the ; can be on the second... is this possible or has anyone a better way of doing this? any and all help would be appreciated (please send or cc messages to my

Re: [PHP] I am making a mailing list but....

2001-09-13 Thread Kyle Smith
I really need help on this one, so someone please! -lk6- http://www.StupeedStudios.f2s.com Home of the burning lego man! ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM: legokiller666 - Original Message - From: Kyle Smith [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September

[PHP] Mail function....

2001-09-12 Thread Kyle Smith
Can someone please just run me through the different sections of the mail function please cause i understand you can change the from address etc aswell -lk6- http://www.StupeedStudios.f2s.com Home of the burning lego man! ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM: legokiller666

[PHP] I am making a mailing list but....

2001-09-12 Thread Kyle Smith
. how do i make php add something to a text document on the smae line cause i need the text document to look like this [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]; so well, how do i get it to add on to line 1 and would i need it to make the ; go on the last line cause php cat

[PHP] Grafiti board...

2001-09-09 Thread Kyle Smith
Ok im making grafiti board but i need to know a few things (you dont need to reply to this one) a) how do i make php write to the top of a text document? b) how do i make a table with a scroll bar in? c) are you mad at me for doing this post? d) does anyone know the code for changing the

[PHP] Just had a cool idea!

2001-09-09 Thread Kyle Smith
I was thinking, you know how they have those millionth customer things in shops, course ya do Well, i have a simple counter on my site and i was wondering if i could do the same thing, like everytime you go on there if the counter is a multiple of 500 you get to have your site as a pop up for

Re: [PHP] Just had a cool idea!

2001-09-09 Thread Kyle Smith
NO!! im saying when the counter gets to 500, 1000, 1500 etc it redirects you to a page which you type in your information and you get a pop up on my site for the week! Kapesh? Be happy! -lk6- http://www.StupeedStudios.f2s.com Home of the burning lego man! ICQ: 115852509 MSN: [EMAIL PROTECTED]

[PHP] mySQL wont connect

2001-09-05 Thread Kyle Smith
Well it wont! i get the error message Warning: MySQL Connection Failed: Access denied for user: 'test@P500' (Using password: YES) in C:\apache\htdocs\php+mysql\connect.php on line 2 Could not connect When using ?php $link = mysql_connect (P500.MSHOME.NET, test, pass) or die (Could

[PHP] Wierd for thingy, help!

2001-09-04 Thread Kyle Smith
Ok sorry for not looking into this one but is it possible for 1 page to have a variable (not input) and then post it to another page and in an input variable (text box) it will have the variable from the first page as its value. not im confused! -lk6- http://www.StupeedStudios.f2s.com

Re: [PHP] Re: Wierd for thingy, help!

2001-09-04 Thread Kyle Smith
AM Subject: [PHP] Re: Wierd for thingy, help! page1.htm html body onload=document.forms[0].submit(); form action=page2.php method=post input type=hidden value=kyle name=who /form /body /html page2.php ? echo Hello $who!\n; ? Kyle Smith [EMAIL PROTECTED] wrote in message [EMAIL

[PHP] Another script doesnt work!

2001-09-04 Thread Kyle Smith
And this time its not because of a dot, someone please help! Parse error: parse error in /web/sites/197/lk6/www.stupeedstudios.f2s.com/dannys/sendform.php on line 22 line 22 is $message = blah!! ?php $addresses = [EMAIL PROTECTED]; $subject = Cam Application; $line = \r\n $message = $name.

[PHP] I dont see whats wrong!

2001-09-03 Thread Kyle Smith
i get this error message Parse error: parse error in /web/sites/197/lk6/www.stupeedstudios.f2s.com/sendcam.php on line 53 for $message = $alias. \r\n.$name. \r\n. $email. \r\n. $site. \r\n. $cam. \r\n. $quote.; i honestly dont see whats wrong! -lk6- http://www.StupeedStudios.f2s.com Home of

Re: [PHP] I dont see whats wrong!

2001-09-03 Thread Kyle Smith
. $email. \r\n. $site. \r\n. $cam. \r\n. $quote; Regards, Kunal Jhunjhunwala - Original Message - From: Kyle Smith [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 04, 2001 3:20 AM Subject: [PHP] I dont see whats wrong! i get this error message Parse error: parse

[PHP] Quick TXT document stuff

2001-08-30 Thread Kyle Smith
Ok im like in a realy hurry here, so can someone please tell me (or show) how i make a script read the first (top) 1 or 5 lines from a text document? Thanks! -lk6- http://www.StupeedStudios.f2s.com Home of the burning lego man! ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM: legokiller666

Re: [PHP] Quick TXT document stuff

2001-08-30 Thread Kyle Smith
: Kyle Smith [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 30, 2001 1:15 PM Subject: [PHP] Quick TXT document stuff Ok im like in a realy hurry here, so can someone please tell me (or show) how i make a script read the first (top) 1 or 5 lines from a text document? Thanks! -lk6

[PHP] Im back, oh and....

2001-08-29 Thread Kyle Smith
... could someone give me the name of the best PHP learning book they have read cause I just scored £110! (yes, it was my birthday on august 16th and im now a whole 14 so i can have my first urine test!) -lk6- http://www.StupeedStudios.f2s.com Home of the burning lego man! ICQ: 115852509

[PHP] Sorry, i need HTML help

2001-08-29 Thread Kyle Smith
Sorry to post here but i need to know this info fast! How do i make a scrolling marquee in HTML without using javascript Thanks! -lk6- http://www.StupeedStudios.f2s.com Home of the burning lego man! ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM: legokiller666

Re: [PHP] Im back, oh and....

2001-08-29 Thread Kyle Smith
thanks and you age discrimination sucks! -lk6- http://www.StupeedStudios.f2s.com Home of the burning lego man! ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM: legokiller666 - Original Message - From: B. van Ouwerkerk [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 29,

Re: [PHP] Re: Sorry, i need HTML help

2001-08-29 Thread Kyle Smith
Not sure but ive changed my mind on my site design and no-longer need it! -lk6- http://www.StupeedStudios.f2s.com Home of the burning lego man! ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM: legokiller666 - Original Message - From: Tim [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

[PHP] Sorry to send this out again but

2001-08-29 Thread Kyle Smith
If you have a link with Stupeed Studios read on You need to go to http://www.stupeedstudios.f2s.com/index.html to get your link back up (click on one of the empty spaces!) -lk6- http://www.StupeedStudios.f2s.com Home of the burning lego man! ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM:

Re: [PHP] WAHOO!!!

2001-08-12 Thread Kyle Smith
: 115852509 MSN: [EMAIL PROTECTED] AIM: legokiller666 - Original Message - From: Kyle Smith [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, August 12, 2001 9:02 PM Subject: [PHP] WAHOO!!! My first WORKING SCRIPT!!! http://www.stupeedstudios.f2s.com/index.php -lk6- http

[PHP] Peace and quiet

2001-08-12 Thread Kyle Smith
i know this is out of tpic but i thought it would be a reason for you to celebrate, im going on holiday or vacation see ya in 2 weeks... BYE!! -lk6- http://www.StupeedStudios.f2s.com Home of the burning lego man! ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM: legokiller666

[PHP] RANDOM MOVIE?

2001-08-08 Thread Kyle Smith
Could somebody please show me, send me an example or redirect me to a page which shows how to show a random FLASH movie from a text file which contains different names of different movies so that when i go on the page it shows lets say, 1 of the 5 movies in the text document. Finally and

[PHP] RANDOM

2001-08-08 Thread Kyle Smith
Could somebody please show me, send me an example or redirect me to a page which shows how to show a random FLASH movie from a text file which contains different names of different movies so that when i go on the page it shows lets say, 1 of the 5 movies in the text document. Finally and

Re: [PHP] Spot the difference?

2001-08-05 Thread Kyle Smith
, you've sent 46 e-mails to this list in the past 10 days... 99% of your questions could be answered by going to the PHP manual, www.phpbuilder.net, or any of the FAQs that have been posted to this list in the past few days. -Original Message- From: Kyle Smith [mailto:[EMAIL PROTECTED

[PHP] Oh and one more thing

2001-08-03 Thread Kyle Smith
How do i set up extra functions on my computer like mail() and date() -lk6- http://www.StupeedStudios.f2s.com Home of the burning lego man! ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM: legokiller666

Re: [PHP] Spot the difference?

2001-08-03 Thread Kyle Smith
Well which is easier to program? -lk6- http://www.StupeedStudios.f2s.com Home of the burning lego man! ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM: legokiller666 - Original Message - From: scott [gts] [EMAIL PROTECTED] To: php [EMAIL PROTECTED] Sent: Thursday, August 02, 2001 8:45 AM

Re: [PHP] Adopt A Newbie (ME)

2001-08-03 Thread Kyle Smith
A Newbie (ME) I hereby nominate Kyle as the official George W. Bush of the PHP General mailing list. Anyone second it? - Tim On 02 Aug 2001 15:07:49 -0700, Kyle Smith wrote: zillion is actually a number? i just downloaded a program which reads out text for you cause it just gets really

Re: [PHP] Adopt A Newbie (ME)

2001-08-03 Thread Kyle Smith
WHY AM I GEORGE BUSH!?!?!? -lk6- http://www.StupeedStudios.f2s.com Home of the burning lego man! ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM: legokiller666 - Original Message - From: B. van Ouwerkerk [EMAIL PROTECTED] To: Tim [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday,

[PHP] ---- is being an ass!

2001-08-02 Thread Kyle Smith
Ok have installed PHPTriad, when i run apache (gulp) dos opens, all fine BUT when i run PHP.exe well look down (sorry if im not allowed to post pictures but, its small!) -lk6-http://www.StupeedStudios.f2s.comHome of the burning lego man! ICQ: 115852509MSN: [EMAIL PROTECTED]AIM:

[PHP] ----- BEING AN ASS CLICK HERE NOT ABOVE!!!!!

2001-08-02 Thread Kyle Smith
(the damn thing took my attatchement off!!!) Ok I have installed PHPTriad, when i run apache (gulp) dos opens, all fine BUT when i run PHP.exe well look down http://www.stupeedstudios.f2s.com/probs.gif -lk6- http://www.StupeedStudios.f2s.com Home of the burning lego man! ICQ: 115852509

[PHP] PHPTriad users

2001-08-02 Thread Kyle Smith
Could someone please help me sort out a database on this so i can find out if php works, OR could you people please send me any scripts you have cause i just got php working on my pc and i wanna know what its capable of. -lk6- http://www.StupeedStudios.f2s.com Home of the burning lego man!

[PHP] Spot the difference?

2001-08-02 Thread Kyle Smith
Whats the difference between ASP and PHP cause ASP has gotta have something good about it cause microsoft uses it! -lk6- http://www.StupeedStudios.f2s.com Home of the burning lego man! ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM: legokiller666

[PHP] Adopt A Newbie (ME)

2001-08-02 Thread Kyle Smith
Ok, im trying to cut down on the posts here but this time im really stuck, so could somebody guide me through the usage of mySQL and PHP and show me how to input data into a mySQL database and read it, or just redirect me to another page (which is what normally happens) NOTE: i am using

[PHP] Hmmm?

2001-08-01 Thread Kyle Smith
Whenever i get a php script off a website why is it that most of the main parts in the script have a space from the left border. eg ?php echospazzz; ? -lk6- http://www.StupeedStudios.f2s.com Home of the burning lego man! ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM: legokiller666

[PHP] PHP EDITOR 4 WINDOWS?

2001-08-01 Thread Kyle Smith
Does it really exist? If so could someone post some URLs for me? -lk6- http://www.StupeedStudios.f2s.com Home of the burning lego man! ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM: legokiller666

[PHP] Web site counter

2001-08-01 Thread Kyle Smith
Is it possible to make a website counter with a PHP script and a text document? If so can somebody email me a script (unlikely) or send me to a page with a script (yay) -lk6- http://www.StupeedStudios.f2s.com Home of the burning lego man! ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM:

[PHP] Installing PHP probs

2001-08-01 Thread Kyle Smith
Can someone quide me through the process of installing PHP on a windows system (my computer) because ive followed what it says in the doc files but it doesnt work so anyone who has done it, please help! -lk6- http://www.StupeedStudios.f2s.com Home of the burning lego man! ICQ: 115852509 MSN:

[PHP] PHP INSTALL (please, im too young to die!!!)

2001-08-01 Thread Kyle Smith
ok i really need to get this sorted quickly so could somebody please tell me which of the below (taken off php.net) i should download to install PHP on my WIN ME comeputer (im not using my computer as an insternet server i need it to test scripts) Complete Source Code a.. PHP 4.0.6 [3,083Kb]

[PHP] Being a SERVER (you cant kill me, im.... DAMN!!)

2001-08-01 Thread Kyle Smith
Where do i download the best software (prefebly free) to set up my computer as a server so i can test my php scripts? (apache or whatever) -lk6- http://www.StupeedStudios.f2s.com Home of the burning lego man! ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM: legokiller666

[PHP] Mailing 4 newbies

2001-07-31 Thread Kyle Smith
In a mail script how do i make it so it emails more than one person? Do i make something like this? [EMAIL PROTECTED]; [EMAIL PROTECTED]; ETC? -legokiller666- http://www.StupeedStudios.f2s.com New address new site ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM: legokiller666

[PHP] Make a mailing list

2001-07-31 Thread Kyle Smith
When i send an email from my server is there any way to change the email address so when its sent instead of saying its from [EMAIL PROTECTED] (my servers email address) to something like [EMAIL PROTECTED] or just my normal email address? P.S. when you reply to this could you please reply to

Re: [PHP] Attitude of B van Ouwerkerk

2001-07-31 Thread Kyle Smith
im gonna stay neutral in this conversation even though i know B Van hates my guts! But hey, im a newbie and yes i do need a kick start, but he doesnt have to be such a moody git. -lk6- http://www.StupeedStudios.f2s.com New address new site ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM:

Re: [PHP] Attitude of B van Ouwerkerk

2001-07-31 Thread Kyle Smith
ok just cut the crap now and get back to whats really important, helping people!!! -lk6- http://www.StupeedStudios.f2s.com New address new site ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM: legokiller666 - Original Message - From: Johnson, Kirk [EMAIL PROTECTED] To: php [EMAIL

[PHP] Another simple question (dont hurt me)

2001-07-31 Thread Kyle Smith
In php, oh wait well this is really 2 questions.. 1 in a form how do i make it email a file to someone, and the second how do i make it get recieved as an attatchement...? -lk6- http://www.StupeedStudios.f2s.com New address new site ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM:

[PHP] Flash question, but includes variables!

2001-07-31 Thread Kyle Smith
Anybody who knows flash 5 please help me (sorry to post in a PHP list) I have a variable named NAME, later in the game how do i make a dynamic text field say something like Hi, NAME whats up? -lk6- http://www.StupeedStudios.f2s.com Home of the burning lego man! ICQ: 115852509 MSN: [EMAIL

Re: [PHP] Attitude of B van Ouwerkerk

2001-07-31 Thread Kyle Smith
don't hate Kyle Smith /me rather uses the energy needed to hate in a positive way.. Like to write docs for an opensource project. Did a rewrite once.. Phil Driscoll.. you win. I'm Dutch. No I don't have time to go a few times over my mail just to see if I can put things nicer or just in another

Re: [PHP] Oh and addition to Emailing Files

2001-07-29 Thread Kyle Smith
] To: Kyle Smith [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, July 28, 2001 3:09 PM Subject: Re: [PHP] Oh and addition to Emailing Files At 22:15 28-7-01 -0700, Kyle Smith wrote: Also how do i make it so that when it sends the email the picture is an attatchment? I just

Re: [PHP] Re: Free webspace with PHPMysql support

2001-07-29 Thread Kyle Smith
http://www.f2s.com its what im on but you can only use FTP which is a bitch to set up (no ads no nutting) -legokiller666- http://www.StupeedStudios.f2s.com New address new site ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM: legokiller666 - Original Message - From: Philip Olson

[PHP] Emailing files

2001-07-28 Thread Kyle Smith
Ok i know this is a reheheheally simple question but can someone please send me the code for an upload file box which can only have gifs and jpgs uploaded so i may add it to a fanart section for my site -legokiller666- http://www.StupeedStudios.f2s.com New address new site ICQ: 115852509

[PHP] Oh and addition to Emailing Files

2001-07-28 Thread Kyle Smith
Also how do i make it so that when it sends the email the picture is an attatchment? -legokiller666- http://www.StupeedStudios.f2s.com New address new site ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM: legokiller666

[PHP] Please Please Pleeeeaaaaaaaaaasssssssseeeeeee

2001-07-27 Thread Kyle Smith
Can everybody please send me a simple script they have made it doesnt matter what, i just need some material to learn from, i learn better hands on. -legokiller666- http://www.StupeedStudios.f2s.com New address new site ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM: legokiller666

[PHP] Sorry To Repeat Repeat Repeat Repeat Re.......

2001-07-26 Thread Kyle Smith
Could you people please send me any scripts you have made which are not too complecated but are quite useful without the use of mySQL? To restore my faith in PHP Thanks in advance -legokiller666- http://www.StupeedStudios.f2s.com New address new site ICQ: 115852509 MSN: [EMAIL PROTECTED]

[PHP] Tell me what you think

2001-07-26 Thread Kyle Smith
Sorry if this seems to be spamming but to anyone who is interested could you please go to my site (stated below) and when you have finished browsing click on the leave a comment part on the main page and tell me what you think Thanks people -legokiller666- http://www.StupeedStudios.f2s.com

[PHP] Learning PHP

2001-07-25 Thread Kyle Smith
Can someone please make a list of the best places to learn PHP as I have 6 weeks of school holidays and I want to put the m to good use (i have the PHP reference guide from www.oreilly.com and i have the big ass document files from www.php.net) -legokiller666-

[PHP] The BIG Question

2001-07-25 Thread Kyle Smith
Ok this is the big question, in-depth could someone tell me what PHP could be used for other than aking databases (which i canT do) Thanks -legokiller666- http://www.StupeedStudios.f2s.com New address new site ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM: legokiller666

[PHP] URGENT... NEED HELP!!!

2001-07-24 Thread Kyle Smith
What is wrong with this code? (note: the variables $email and $comments are sent from another page but i get the error message from this page saying Warning: Could not deliver email. You are over quota. in /web/sites/197/lk6/www.stupeedstudios.f2s.com/email.php on line 15 in which line 15 is

[PHP] URGENT... NEED HELP!!!

2001-07-24 Thread Kyle Smith
What is wrong with this code? (note: the variables $email and $comments are sent from another page but i get the error message from this page saying Warning: Could not deliver email. You are over quota. in /web/sites/197/lk6/www.stupeedstudios.f2s.com/email.php on line 15 in which line 15 is

[PHP] Another how do i question

2001-07-23 Thread Kyle Smith
I made this code for a simple for (the end of it) but what do i change in the $message variable so there is a new line between each other variable in $message (ive tried $name. br. $last_name and. happens) ?php $email = [EMAIL PROTECTED]; $subject = Mini survey; $message = $name.

[PHP] Resolution

2001-07-23 Thread Kyle Smith
is there a code to show a users screen resolution and/or make a webpage go to a certain page of the site depending on the users screen resolution? -legokiller666- http://www.StupeedStudios.f2s.com New address new site ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM: legokiller666

[PHP] D d d d database?

2001-07-23 Thread Kyle Smith
ok i dont know the first thing about data bases so could someone please guide me through the process of making a score board for a flash game i have made with the variables $name and $score?? (note: i have hosting at f2s.com so i have to use myADMIN) -legokiller666-

[PHP] PHP.... i suck at it

2001-07-22 Thread Kyle Smith
Ok this may sound really pathetic but how do i add a new line (like a space) to a code like this ?php echo IP ADDRESS; echo $remote_admin; ? cause when i try the code out it looks like IPADDRESS127.0.0.1 and i want it to look like IP ADDRESS 127.0.0.1 or IP ADDRESS 127.0.0.1 so what

[PHP] Automatic survey

2001-07-22 Thread Kyle Smith
I have made a small page containing the following PHP ?php echo Ip addressBR; echo $REMOTE_ADDR; echo BRBRPort numberBR; echo $REMOTE_PORT; echo BRBRSystem infoBR; echo $HTTP_USER_AGENT; echo BRBRLast page visited in this windowBR; echo $HTTP_REFERER; ? is there any way i can make the PHP file

[PHP] Whats wrong with this code?

2001-07-22 Thread Kyle Smith
$message = $IP, $PORT, $SYSTEM, $PAGE; what should i change in the $message code so that it contains the words assigned to the variables? -legokiller666- http://www.StupeedStudios.f2s.com New address new site ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM: legokiller666