[PHP] file upload question

2009-08-03 Thread seb
Hey all, i am using move_upload function to upload files to the server, but i want to add a feature that will allow files to be archived that have been uploaded already. so, the problem is: i upload a file that i want to "upgrade" and move the old file to an archive directory but I want to

RE: [PHP] easy quickie..

2002-01-02 Thread Seb Frost
I've never understood why people do this? My browser has a back button. I know how to use it. It's only a centimetre of mouse travel away from the page I'm looking at, why do I need a duplicate? - seb -Original Message- From: Kelly Meeks [mailto:[EMAIL PROTECTED]]

[PHP] PMA worry

2001-12-17 Thread Seb Frost
Just got this. Never had it before. Am I being hacked? Warning: Too many connections in /htdocs/PMA/lib.inc.php3 on line 305 Warning: MySQL Connection Failed: Too many connections in /htdocs/PMA/lib.inc.php3 on line 305 Error MySQL said: Too many connections --- Outgoing mail is certified Viru

RE: [PHP] Form Question

2001-10-21 Thread Seb Frost
if ($T3==""){header ("Location: new_narrative.php?FilledName=No&variable1=hello&variable2=goodbye");} etc etc - seb -Original Message- From: Chip Landwehr [mailto:[EMAIL PROTECTED]] Sent: 21 October 2001 21:03 To: [EMAIL PROTECTED] Subject: Re: [PHP] Form Q

RE: [PHP] Form Question

2001-10-21 Thread Seb Frost
well all of the entries are passed via post or get to your form handler (obviously). So just pass them back when you re-call the form. then put in in the form or something like that anyway. - seb -Original Message- From: Chip Landwehr [mailto:[EMAIL PROTECTED]] Sent: 21 October

RE: [PHP] Dividing too integers...

2001-10-19 Thread Seb Frost
Cheers Rich! I had $numrows instead of $num_rows - Doh! I said "too" instead of "two" - double Doh! - seb -Original Message- From: Richard Baskett [mailto:[EMAIL PROTECTED]] Sent: 19 October 2001 11:30 To: Seb Frost; PHP General Subject: Re: [PHP] Dividing too i

[PHP] Dividing too integers...

2001-10-19 Thread Seb Frost
Sorry for the stupid question... I want to do $this=$foo/$bar; (All are integers.) where this is always rounded up. I tried the obvious $this = ceil($foo/$bar) but I just always get 0. cheers, - seb --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http

RE: [PHP] Getting screen resolution and color depth

2001-09-16 Thread Seb Frost
But you could then re-submit the page with this data somehow, couldn't you? - seb -Original Message- From: Matthew Loff [mailto:[EMAIL PROTECTED]] Sent: 16 September 2001 21:04 To: 'Salty Marine'; [EMAIL PROTECTED] Subject: RE: [PHP] Getting screen resolution and color de

[PHP] URL security...?

2001-09-13 Thread Seb Frost
t actually goes to a different website? Do you see what I'm saying? cheers, - seb frost -Original Message- From: GaM3R [mailto:[EMAIL PROTECTED]] Sent: 13 September 2001 09:39 To: [EMAIL PROTECTED] Subject: [PHP] help!!! Cannot load /usr/local/apache_adserv/libexec/libphp4.so in

[PHP] Other lists

2001-09-11 Thread Seb Frost
I've found this list so helpful - can anyone recommend a similar thing for javascript/html/etc? cheers, - seb --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.277 / Virus Database: 146 - Release Date: 05/09/2001 -- PHP Ge

RE: [PHP] Anagram Solution in PHP

2001-09-10 Thread Seb Frost
simple formula that converts the ascii codes into the range 1-26. Something like ascii code of "z" - ascii code of letter + 1 should do the trick. 6) add them all up. simple. - seb -Original Message- From: Ralph Guzman [mailto:[EMAIL PROTECTED]] Sent: 10 September 2001 09:

RE: [PHP] hi

2001-09-10 Thread Seb Frost
Well you can't just have a link to this function. Make a page like so: showsource.php ** yourfile.php ** view source"; ?> - seb -Original Message- From: Balaji Ankem [mailto:[EMAIL PROTECTED]] Sent: 10 September

RE: [PHP] hi

2001-09-10 Thread Seb Frost
Fixed: view source"; ?> - seb -Original Message- From: Balaji Ankem [mailto:[EMAIL PROTECTED]] Sent: 10 September 2001 10:25 To: [EMAIL PROTECTED] Subject: [PHP] hi Hi, what z wrong in this code?? >>>>>>>>>>>>>>>>>>>

RE: [PHP] Re: Error handling and the usage of "@"

2001-09-07 Thread Seb Frost
So I should chuck it on all mysql functions? Done. Don't ya just love search and replacing a whole directory of scripts :-) Still works fine too - bonus! - seb -Original Message- From: Hugh Bothwell [mailto:[EMAIL PROTECTED]] Sent: 07 September 2001 20:32 To: [EMAIL PROT

[PHP] Error handling and the usage of "@"

2001-09-07 Thread Seb Frost
Could someone give me an example of the sort of error handling you put in your php scripts? Cheers. Should I be preceding every command with @? Anything where this would be harmful? Just looking for some pointers really :-) - seb --- Outgoing mail is certified Virus Free. Checked by AVG anti

[PHP] How do I find out what version of GD I'm running?

2001-09-07 Thread Seb Frost
with phpinfo it just says GD 1.6 or above. This is on a webhoster. How do I find out what version they're actually running? I tried asking but they're useless... - seb -Original Message- From: Sebastian Wenleder [mailto:[EMAIL PROTECTED]] Sent: 07 September 2001 16:36

[PHP] HTML table creation software

2001-09-06 Thread Seb Frost
u who codes the lot in notepad, or is there a bit of software (like Frontpage but obviously NOT frontpage) that aids their creation significantly? Frontpage is poo. - seb --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.274 / Viru

RE: [PHP] Refreshing form with submittd data

2001-09-06 Thread Seb Frost
Thank you thank you thank you. Sheer genius :-) -Original Message- From: David Otton [mailto:[EMAIL PROTECTED]] Sent: 06 September 2001 22:18 To: Seb Frost Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Refreshing form with submittd data On Thu, 6 Sep 2001 13:46:59 +0100, you wrote: &g

[PHP] Refreshing form with submittd data

2001-09-06 Thread Seb Frost
;; echo "Higher quality"; } How can I make this better? With a text field I can just do but I can't figure out how to do that sort of thing with radio buttons.. - seb --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.co

RE: [PHP] negative infinity is unreachable

2001-09-05 Thread Seb Frost
if ($high_distance=="INF") { unset($high_distance); } if ($low_distance=="INF") { unset($high_distance); } Shouldn't this be: if ($high_distance=="INF") { unset($high_distance); } if ($low_distance=="INF") {

RE: [PHP] 304 Not Modified

2001-09-05 Thread Seb Frost
You don't think your missing " might have soemthing to do with it? Or maybe it's not that simple at all. - seb -Original Message- From: Ouster [mailto:[EMAIL PROTECTED]] Sent: 05 September 2001 20:23 To: [EMAIL PROTECTED] Subject: [PHP] 304 Not Modified I'm ma

[PHP] GOOD web hosting

2001-09-04 Thread Seb Frost
hoster? And either way who do you recommend? Obviously I want php and mysql support, and a few hundred megs of space, and NOT paying through the roof. $20/month tops. - seb --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.274 /

RE: [PHP] Am I right or wrong?

2001-09-03 Thread Seb Frost
Hmmm, I suppose the files and the php server may be on different machines - hadn't thought of that :-) I guess I need to make a compromise on my script then. - seb -Original Message- From: Chris Wesley [mailto:[EMAIL PROTECTED]]On Behalf Of Christopher William Wesley Sent: 04 Sept

[PHP] Thankyou, whoever

2001-09-03 Thread Seb Frost
d get that here! - seb --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.274 / Virus Database: 144 - Release Date: 23/08/2001 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

[PHP] Am I right or wrong?

2001-09-03 Thread Seb Frost
w for each one the PHP server sends an HTTP request for the 80kb image, and this is being counted against my 10,000MB. Should it? Am I in the right in thinking that it shouldn't? regards, - seb frost --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://

[PHP] Is modem compression consistent?

2001-09-02 Thread Seb Frost
odems compress data as well as mine would appear to, or will this be an insanely slow download for most? If you want to try it the page is http://www.raceshoot.com/photos2.php4?shootID=7 - seb --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Ve

RE: [PHP] PHP Security

2001-08-31 Thread Seb Frost
{ $var=$default; //echo "is not int"; } return($var); } $intvar = SecureInt($intvar,1); - seb -Original Message- From: Alfredeen, Johan [mailto:[EMAIL PROTECTED]] Sent: 31 August 2001 15:54 To: [EMAIL PROTECTED] Subject: [PHP] PHP Security I am looki

[PHP] foo? bar? wtf?

2001-08-29 Thread Seb Frost
Why is it that every example uses foo and bar. In my head I put these together to get FUBAR, the meaning of which I won't spell out for Kyle's benefit. Is this what foo and bar refer to? And WHY are they used so extensively? - seb --- Outgoing mail is certified Virus Free. Checked b

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

2001-08-29 Thread Seb Frost
And let's face it. Compare IE5.5/6 with NS6. MS owns the market for a damn good reason. I hear Netscape's pulling out anyway to concentrate on iplanets instead or something. - seb -Original Message- From: Erik H. Mathy [mailto:[EMAIL PROTECTED]] Sent: 29 August 2001 15:27

RE: [PHP] is_numeric for php3

2001-08-28 Thread Seb Frost
if (($var!=0) && ($var*1!=0) && is_int($var*1)) { echo "is int"; $var=$var*1; } else { echo "is not int"; $var=1; } Works for me because I need an integer greater than 0. Try it out and let me know any problems with it. -

[PHP] HEAD instead of GET??

2001-08-28 Thread Seb Frost
t.php4 HTTP/1.0 instead of GET /contact.php4 HTTP/1.0 What does it mean? cheers, - seb --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.274 / Virus Database: 144 - Release Date: 23/08/2001 -- PHP General Mailing List (http://w

RE: [PHP] concatenate?

2001-08-28 Thread Seb Frost
$string0 = "hello"; $string1 = "goodbye"; $string2 = $string0 . " and " . $string1; result:$string2 = "hello and goodbye" - seb -Original Message- From: Jeremy Morano [mailto:[EMAIL PROTECTED]] Sent: 28 August 2001 16:28 To: [EMA

RE: [PHP] How can I Get Text as it Set

2001-08-28 Thread Seb Frost
can't you just explode the string with "\n" as the separator? Look up explode function at php.net. - seb -Original Message- From: Alawi Albaity [mailto:[EMAIL PROTECTED]] Sent: 28 August 2001 14:06 To: [EMAIL PROTECTED] Subject: [PHP] How can I Get Text as it Set when

RE: [PHP] What does PHP stand for?

2001-08-28 Thread Seb Frost
Stands for PHP: Hypertext Pre-processor. I guess they didn't like the sound of just "HP". - seb -Original Message- From: Adi Wibowo [mailto:[EMAIL PROTECTED]] Sent: 28 August 2001 11:54 To: Niklas Lampén Cc: Php-General Subject: Re: [PHP] What does PHP stand for?

[PHP] Reading php source code?

2001-08-27 Thread Seb Frost
. I use imagecreatefromjpeg on files in this directory. How can someone see my folders if not by viewing my source code? - seb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list admini

RE: [PHP] What is it with _vti?

2001-08-27 Thread Seb Frost
The only FP work I do is open it up, lay out a form (for example) and then cut and paste the html into my php doc in textpad. Have deleted all and everything. All seems ok. - seb -Original Message- From: Miles Thompson [mailto:[EMAIL PROTECTED]] Sent: 27 August 2001 15:27 To: [EMAIL

RE: [PHP] Re: What is it with _vti?

2001-08-26 Thread Seb Frost
Same with _private and _derive? I admit it, I use frontpage when I can't remember how to code html in textpad :-) - seb -Original Message- From: Hugh Bothwell [mailto:[EMAIL PROTECTED]] Sent: 27 August 2001 01:07 To: [EMAIL PROTECTED] Subject: [PHP] Re: What is it with _vti?

[PHP] What is it with _vti?

2001-08-26 Thread Seb Frost
I have these _vti_pvt _vti_cnf directories on my website. Why? I never put them there... can I delete them? I tried searching for this but it's impossible to search for since it seems a lot of website have these directories and it just comes up with them :-) - seb -- PHP General Ma

Re: [PHP] How to create thumbnails?

2001-08-26 Thread Seb Frost
All you need to go is set up $fileURL and $thumbSize and this *should* work flawlessly. When you get it working try using "Resampled" instead of "Resized" - but you need gd 2.0.1 for that to work, and even then it has issues it would seem. - seb -Original Message---

RE: [PHP] GET method and forms....

2001-08-22 Thread Seb Frost
But I have good reason to use get, I want all the other variables to become part of the url. - seb -Original Message- From: ERISEN, Mehmet Kamil [mailto:[EMAIL PROTECTED]] Sent: 23 August 2001 03:10 To: Seb Frost; [EMAIL PROTECTED] Subject: Re: [PHP] GET method and forms instead

[PHP] GET method and forms....

2001-08-22 Thread Seb Frost
how do I prevent getting &submit=shop%21 in the url window? Email address: - seb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-

[PHP] "Email this page to a friend"

2001-08-22 Thread Seb Frost
How can I implement this in php? -seb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP] Any point in learning ASP/JSP etc?

2001-08-22 Thread Seb Frost
Ah ha, but am I better off becoming a PHP guru or a jackofalltrades-notverygoodatanyofthem kind of person ;-) Well I've never used scripting of any sort before PHP, just c++ really. I'll stick to php i guess (for now). - seb -Original Message- From: John Meyer [mailto:[EMAIL

[PHP] Any point in learning ASP/JSP etc?

2001-08-22 Thread Seb Frost
Or is PHP the be-all and end all? I know its strong points, but what are the WEAK points of PHP? - seb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail

[PHP] Convert to int...?

2001-08-22 Thread Seb Frost
, 0, $offx, $offy, $red, "cour.ttf","PROOF"); Works fine if I just put "$siz=72;" etc - seb -Original Message- From: Tribun [mailto:[EMAIL PROTECTED]] Sent: 16 August 2001 08:30 To: [EMAIL PROTECTED] Subject: [PHP] .htaccess username ...hmmm, I would g

[PHP] To jump or not to jump?

2001-08-21 Thread Seb Frost
Is it good practice (sp?) to jump in and out of php whenever you've got some plain html to write, or should one write an entire file in php? I'm leaning towards the latter, unless there's a huge chunk of html code. opinions? - seb -- PHP General Mailing List (http://w

RE: [PHP] hacks we should know about

2001-08-21 Thread Seb Frost
I don't host my own site so how can I put include files outside of the web root? I log on ftp and my top level IS the web root (htdocs), I can't go any higher. - seb -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: 17 August 2001 05:01 To: Bob

RE: [PHP] Listing files from a directory

2001-08-21 Thread Seb Frost
store all the names in an array and then sort that using an inbuilt php function, maybe. - seb -Original Message- From: Martin E. Koss [mailto:[EMAIL PROTECTED]] Sent: 21 August 2001 16:43 To: [EMAIL PROTECTED] Subject: [PHP] Listing files from a directory I am trying to find a way

RE: [PHP] Detecting empty query result?

2001-08-21 Thread Seb Frost
just use mysql_num_rows($result) dummy :-) doh. sorry to bother y'all. -Original Message- From: Seb Frost [mailto:[EMAIL PROTECTED]] Sent: 21 August 2001 14:55 To: [EMAIL PROTECTED] Subject: [PHP] Detecting empty query result? Basically I want to check to see if $fileDir is al

[PHP] Detecting empty query result?

2001-08-21 Thread Seb Frost
$field) to read my result, but if I try that I get an error: if(mysql_result($result, $row, $field)) gives me: Warning: Unable to jump to row 0 on MySQL result index 3 cheers, - seb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [

[PHP] List of files?

2001-08-21 Thread Seb Frost
heers.... - seb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Resizing jpegs

2001-08-21 Thread Seb Frost
How can I do this? Say I have a 320x240 file but I only want to show a 160x120 thumbnail. I'm looking to decrease download speeds. cheers, - seb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

[PHP] Picking random numbers

2001-08-20 Thread Seb Frost
OK I want to pick 5 random numbers from 1 to 200. Easy. They must all be different. Not so easy. And I don't want to use shuffle because of the comments on php.net about it. - seb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

[PHP] Passing variables to a file

2001-08-19 Thread Seb Frost
OK I know this can be done like so: file.php4?foo=bar but what if I want to keep the value of foo secret from the user? - seb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

RE: [PHP] MySQL substrings?

2001-08-19 Thread Seb Frost
This doesn't work: $result = mysql_query("SELECT * FROM $table ORDER BY SUBSTRING(date,5,2)") Any idea why? - seb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP] MySQL substrings?

2001-08-19 Thread Seb Frost
This is thew sort of thing I want: SELECT * FROM table ORDER BY substr(field,5,6) but I don't know the correct function, if there is one, or how to implement it. cheers, - seb -Original Message- From: Michael [mailto:[EMAIL PROTECTED]] Sent: 19 August 2001 12:51 To: [EMAIL PROT

RE: [PHP] Extract email address from string

2001-08-18 Thread Seb Frost
Well you need to search for "@" then search forwards and backwards till you get to whitespaces store those positions then use the substr function. - seb -Original Message- From: Gaylen Fraley [mailto:[EMAIL PROTECTED]] Sent: 19 August 2001 03:37 To: [EMAIL PROTECTED] Sub

RE: [PHP] Display Image

2001-08-18 Thread Seb Frost
I always split it up if I'm having errors... echo ""; echo $row["description"]; - seb - Original Message - From: "Chris Schneck" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 18, 2001 7:29 PM Subject: Fw: [PHP

RE: [PHP] Display Image

2001-08-18 Thread Seb Frost
well you've got that unmatched " at the end... - seb -Original Message- From: Andonny [mailto:[EMAIL PROTECTED]] Sent: 19 August 2001 03:28 To: [EMAIL PROTECTED] Subject: [PHP] Display Image Hi, I tried below to display the picture on the webpage. I have in the pcture col

[PHP] Overlaying text on jpegs

2001-08-18 Thread Seb Frost
overlay "hello2 onto file test.jpg. thanks, - seb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Is jacascript enabled?

2001-08-16 Thread Seb Frost
What's thee easiest way to check this? - seb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] How to stop images preloading in netscape?

2001-08-13 Thread Seb Frost
very slow. How can I prevent this behaviour? cheers, seb

RE: [PHP] html form question

2001-07-26 Thread Seb Frost
OK so how would that look if I'd done SELECT * instead of SELECT eventName? I'm guessing I have two nested while loops then? I'm guessing something like this.? Or is it not possible and I have to go back to mysql_result? $value\n"; } ?> - seb -Original M

RE: [PHP] html form question

2001-07-26 Thread Seb Frost
Thanks for that! I was just using the same structure as I found in a code sample somewhere. - seb -Original Message- From: Lenar [mailto:[EMAIL PROTECTED]] Sent: 26 July 2001 13:16 To: [EMAIL PROTECTED] Subject: Re: [PHP] html form question > Funny you should ask - just done

[PHP] HTML table problem (solvable with PHP?)

2001-07-26 Thread Seb Frost
y setting the height of the bottom left hand "filler" cell to be like 10,000 pixels but that's hardly right and means my copyright info and stuff at the page bottom is miles out of sight. Can someone give me a tip here? cheers, seb -- PHP General Mailing List (http://www.php.n

RE: [PHP] string concatenation

2001-07-25 Thread Seb Frost
Whoops meant to delete the old message. Doh. Variable variables eh? A topic I've always wondered about and never found in a manual for any of the languages I've used before. Will go and have a look now, cheers. - seb -Original Message- From: David Robley [mailto:[EMAIL

RE: [PHP] html form question

2001-07-25 Thread Seb Frost
Funny you should ask - just done it myself: "; echo mysql_result($result,$i,"eventName"); echo ""; } MYSQL_CLOSE(); ?> - seb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMA

RE: [PHP] OT--PHP, MySQL, WML and GPS Tracking

2001-07-25 Thread Seb Frost
Er, surely you need a device with built in GPS recievers? WHich certainly won't be every PDA and mobile phone out there... - seb -Original Message- From: John Monfort [mailto:[EMAIL PROTECTED]] Sent: 26 July 2001 00:22 To: [EMAIL PROTECTED] Subject: [PHP] OT--PHP, MySQL, WML an

[PHP] Window size (not PHP?)

2001-07-25 Thread Seb Frost
the screen resolution. Also is it possible to change the page layout if the user resizes his window whilst looking at the page? Basically I want to create a table of photos from my database. And I want there to be enough columns to fill the viewable size. - seb -Original Message- From: Ma

[PHP] string concatenation

2001-07-25 Thread Seb Frost
OK let's say in variable $search I have the string "color" (without the quote marks). now I want to be able to refer to the variable $color in my code. How in gods name do I do this. I guess somehow I have to combine a "$" with the contents of £search or something.

RE: [PHP] Regular Expression Question

2001-07-25 Thread Seb Frost
I hope my later message clarifys what I mean. - seb -Original Message- From: Jeff Oien [mailto:[EMAIL PROTECTED]] Sent: 25 July 2001 22:05 To: PHP Subject: RE: [PHP] Regular Expression Question Aren't the trims just for white space? Jeff Oien > since you know exactly

RE: [PHP] Why doesn't this simple query work?

2001-07-25 Thread Seb Frost
Thanks for the suggestion but it's too ugly for me :-) I'll just stick with using '. I don't forsee a problem. - seb -Original Message- From: Moriyoshi Koizumi [mailto:[EMAIL PROTECTED]] Sent: 25 July 2001 21:59 To: [EMAIL PROTECTED] Subject: Re: [PHP] Why doesn

RE: [PHP] Regular Expression Question correction

2001-07-25 Thread Seb Frost
$newstring = substr($string,1,4); FOUR, not FIVE. Doh. -Original Message- From: Seb Frost [mailto:[EMAIL PROTECTED]] Sent: 25 July 2001 22:03 To: [EMAIL PROTECTED]; PHP Subject: RE: [PHP] Regular Expression Question since you know exactly which 4 characters you want to keep you can

RE: [PHP] Regular Expression Question

2001-07-25 Thread Seb Frost
since you know exactly which 4 characters you want to keep you can use a simple string trimming routine. $newstring = substr($string,1,5); No need for complicated regular expressions! - seb -Original Message- From: Jeff Oien [mailto:[EMAIL PROTECTED]] Sent: 25 July 2001 21:47 To: PHP

RE: [PHP] Why doesn't this simple query work?

2001-07-25 Thread Seb Frost
Ah thank you Jon! I was using double quotes (tried with and without escape slashes). Forgot about single quotes compeletly... - seb -Original Message- From: Jon Yaggie [mailto:[EMAIL PROTECTED]] Sent: 25 July 2001 21:12 To: [EMAIL PROTECTED] Subject: Re: [PHP] Why doesn't this s

[PHP] Why doesn't this simple query work?

2001-07-25 Thread Seb Frost
#x27;s the easiest way to overcome this? cheers, seb -Original Message- From: Sheridan Saint-Michel [mailto:[EMAIL PROTECTED]] Sent: 19 July 2001 14:50 To: php-general Subject: Re: [PHP] REGEXP I am not sure if I am understanding you... but if you just want to return the boundary t

RE: [PHP] php

2001-07-25 Thread Seb Frost
Install winzip. Create new archice. Drag and drop directory from explorer or whatevr into it. Couldn't be easier. - seb -Original Message- From: Eduardo Kokubo [mailto:[EMAIL PROTECTED]] Sent: 25 July 2001 12:55 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [PHP] php

RE: [PHP] PHP function to extract EXIF data from JPGs?

2001-07-25 Thread Seb Frost
Let me know if you find anything out about this because it's something I too would like to use. - seb -Original Message- From: Richard Kitamura - Media Net Link, Inc. [mailto:[EMAIL PROTECTED]] Sent: 24 July 2001 23:40 To: [EMAIL PROTECTED] Subject: [PHP] PHP function to extract

[PHP] Referencing file?

2001-07-22 Thread Seb Frost
OK so I have a number of different pages calling header.php4 as required. How can I set php in header.php4 to reflect the name of the document that called it? - seb -Original Message- From: Greg Schnippel [mailto:[EMAIL PROTECTED]] Sent: 22 July 2001 14:48 To: [EMAIL PROTECTED] Subject

RE: [PHP] Image color quality problems

2001-07-21 Thread Seb Frost
Thanks Kurt. Unfortunately my server only has gd 1.6.2 (gd 1.8.3 required aparantly) and I can't change that. Never mind. - seb -Original Message- From: Kurt Lieber [mailto:[EMAIL PROTECTED]] Sent: 22 July 2001 00:26 To: 'Seb Frost'; [EMAIL PROTECTED] Subject: RE: [P

RE: [PHP] Image color quality problems

2001-07-21 Thread Seb Frost
Not an answer I'm afraid but does PHP has the ability to do this with JPEGs? Would be VERY useful to me if it does! - seb -Original Message- From: Kurt Lieber [mailto:[EMAIL PROTECTED]] Sent: 21 July 2001 23:27 To: [EMAIL PROTECTED] Subject: [PHP] Image color quality problems I

[PHP] PHP & SSI in armony?

2001-07-21 Thread Seb Frost
? Or is there a way of doing this that I've overlooked. - seb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP] Приглашаем на работу и к сотрудничеству.

2001-07-21 Thread Seb Frost
quite. just what I was thinking actually. -Original Message- From: ASP [mailto:[EMAIL PROTECTED]] Sent: 21 July 2001 15:35 To: [EMAIL PROTECTED] Subject: [PHP] ðÒÉÇÌÁÛÁÅÍ ÎÁ ÒÁÂÏÔÕ É Ë ÓÏÔÒÕÄÎÉÞÅÓÔ×Õ. ÷Ù ÒÁÍÅÝÁÌÉ Ó×ÏÅ ÒÅÚÀÍÅ? ðòéçìáûáåí ë óïôòõäîéþåóô÷õ é îá òáâïôõ

[PHP] One & one webhosting

2001-07-20 Thread Seb Frost
anyone know what the socket for connecting to mysql is with these guys? Have emailed their support but was wondering if anyone can answer me now. Am trying to install phpMyAdmin. cheers, seb -Original Message- From: Steve Werby [mailto:[EMAIL PROTECTED]] Sent: 20 July 2001 19:51 To

[PHP] Displaying tables

2001-07-20 Thread Seb Frost
OK I'm playing around with MySQL on my ISP's server. Created myself some forms that create/delete tables and enter/display data in a table. Is there a simple way to generate a list of all my tables, or even better to display all of the tables with all of their information? ch

RE: [PHP] please remove me from the mail list

2001-07-20 Thread Seb Frost
Send a message to [EMAIL PROTECTED] to achieve this danny. - seb -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of danny brown Sent: 20 July 2001 16:03 To: [EMAIL PROTECTED] Subject: [PHP] please remove me from the mail list thanks -- PHP General

RE: [PHP] I AM AT THE START POINT

2001-07-19 Thread Seb Frost
The most general way is to use FTP to upload the page you've just created to a server that supports PHP. This is normally done like this in windows: ftp://username:[EMAIL PROTECTED] Just fill in the relevant bits. - seb -Original Message- From: Ali YILDIRIM [mailto:[EMAIL PROT

RE: [PHP] Re: Basic database questions.

2001-07-19 Thread Seb Frost
Im using win2k, but I have no intetntion of serving a webpage off of it, I only have a 56k modem! I'll be running the website off of an ISP. Do I still need to install IIS and stuff? What for? - seb -Original Message- From: Steve Brett [mailto:[EMAIL PROTECTED]] Sent: 19 July 20

RE: [PHP] Re: Basic database questions.

2001-07-19 Thread Seb Frost
Thanks Steve that's exactly the kind of 100% definate answers I needed :-) Hadn't seen nor heard of front ends for it, will look into them! - seb -Original Message- From: Steve Brett [mailto:[EMAIL PROTECTED]] Sent: 19 July 2001 14:27 To: [EMAIL PROTECTED] Subject: [PHP]

[PHP] Basic database questions.

2001-07-19 Thread Seb Frost
? SHOULD I be using something like access? It makes no sense to me! Sorry for the dumb questions, but I need soem dumb answers! It seems everything about MySQL on the web is directed at people who have used databases extensively. thanks everyone, - seb -- PHP General Mailing List (http://w

[PHP] Extensions

2001-03-10 Thread seb
I'm looking for a nice step by step man on the internet to make my own php extension.I've been trying for days now to make and compile my extensions, but it seems impossible. Thanks, Seb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROT