Re: [PHP] how to hide dbconnect file if its in publisheddirectory?

2001-07-09 Thread [EMAIL PROTECTED]
on 7/10/01 12:30 AM, John Weaver at [EMAIL PROTECTED] wrote: > > Sorry, I should have been more clear. If you write modular code, your > included file will be nothing but a group of functions. Call a file with > nothing but functions in it and you get; . I can't > see

Re: [PHP] Code Examples for Job Interview

2001-07-09 Thread [EMAIL PROTECTED]
on 7/9/01 6:00 PM, JCampbell at [EMAIL PROTECTED] wrote: > Hey Everyone. > > This isn't a request for code or help, just thoughts and ideas. > > I've recently been asked to bring along some code examples for a job > interview I will be heading to this week. Thi

Re: [PHP] Image thumbnail creation

2001-07-09 Thread [EMAIL PROTECTED]
on 7/9/01 2:27 PM, Steph at [EMAIL PROTECTED] wrote: > Hi all! New to the list and new to PHP. Im trying to create Image thumbnail > dynamically versus creasting them manually via my graphics program. There's a nice one here: http://www.brokenchair.org/projects/snippets/ Susa

[PHP] easy mysql question

2001-07-08 Thread [EMAIL PROTECTED]
p.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] okay I've fixed it

2001-07-08 Thread [EMAIL PROTECTED]
: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] fixed it

2001-07-08 Thread [EMAIL PROTECTED]
http://www.futurebird.com/mapbuild3 I fixed it so now people who don't have css, or IE 5 (or a mac for that matter) can use it... thanks for all the feedback. Susan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: [PHP] Printable Report Generator

2001-07-08 Thread [EMAIL PROTECTED]
on 7/8/01 10:04 AM, Keyser Soze at [EMAIL PROTECTED] wrote: > I need to create a report to send it to printer based on datas from my > database.firstly I tried pdf, but it's too hard to manage and it generate > big sized archives. > Any suggestions What kind of rep

Re: [PHP] I thought I beat the safe mode ... now this ...

2001-07-08 Thread [EMAIL PROTECTED]
to a folder called 'trash' (in the same folder as $imageloc. The pasths are OK. Could this be a safe mode problem? $chmodresult returns 1 or true, but the file is still protected when I go look at it... Susan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mai

Re: [PHP] multiple outputs to mysql_query()

2001-07-08 Thread [EMAIL PROTECTED]
on 7/8/01 5:53 AM, Adam at [EMAIL PROTECTED] wrote: > thanks so much for the help, that'll be a great reference for any other > similar types of output i need. > > some things i had to fix for others viewing this thread: > > "while ($numrows)" had to be chan

Re: [PHP] multiple outputs to mysql_query()

2001-07-08 Thread [EMAIL PROTECTED]
on 7/8/01 3:39 AM, Adam at [EMAIL PROTECTED] wrote: > i want my mysql query result to output 2 mysql output rows for every > set. I'm used to just doing a do/while statement for a single mysql output > per row. I'd do this: '; $result = mysql_query("SELECT * f

Re: [PHP] watermarks

2001-07-07 Thread [EMAIL PROTECTED]
on 7/7/01 11:27 PM, Chris Lambert - WhiteCrown Networks at [EMAIL PROTECTED] wrote: > I am afraid I am completely stupid in the way that watermarks > work(researching now). however I need to know quickly if I can dynamically > apply a watermark to an image using PHP. Any one know?

[PHP] I thought I beat the safe mode ... now this ...

2001-07-07 Thread [EMAIL PROTECTED]
move all wrong? Susan -- 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] Question: Processing files in directory and parsing...

2001-07-07 Thread [EMAIL PROTECTED]
ahh here is what you need: $d = dir("/etc"); while($entry=$d->read()) { echo $entry."\n"; //put what you want to do to each thing in the dir here... } $d->close(); -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [PHP] Question: Processing files in directory and parsing...

2001-07-07 Thread [EMAIL PROTECTED]
on 7/7/01 9:02 PM, Jeff Lewis at [EMAIL PROTECTED] wrote: > I have a directory with 163 files. I'd like to go through and process all > files with the word "rost" in them. Are these files named in any logical way? ie. 01.htm 02.htm etc. Do you have a list of the file

Re: [PHP] PHP map?

2001-07-07 Thread [EMAIL PROTECTED]
on 7/7/01 3:36 PM, Chris Lambert - WhiteCrown Networks at [EMAIL PROTECTED] wrote: > You'd pretty much have to do that pixel by pixel. What exactly do you want > the final application to do...often times there are alternative solutions > derived at by others knowing what you wish

[PHP] PHP map?

2001-07-07 Thread [EMAIL PROTECTED]
-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Real Estate Catalog

2001-07-06 Thread [EMAIL PROTECTED]
on 7/7/01 2:43 AM, Joe Smith at [EMAIL PROTECTED] wrote: > If you'd rather I bore everyone with the details, let me know and I'll post > my questions to this thread for all to see and chime in on. If your questions are clear, and if you don't post too much code people

[PHP] My new toy!

2001-07-06 Thread [EMAIL PROTECTED]
://www.futurebird.com/mapbuild3 Thanks so much for the help! Susan -- 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] upload data (from a form) and functions.

2001-07-06 Thread [EMAIL PROTECTED]
-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] functions?

2001-07-06 Thread [EMAIL PROTECTED]
on 7/6/01 11:36 AM, rick at [EMAIL PROTECTED] wrote: > while ($row = mysql_fetch_row ($result)) { > $map_list .= "$row[0]"; } > } > return $map_list; Thanks Rick! This worked great. I guess I'm right in assuming that all you can get back from a function is one bi

[PHP] functions?

2001-07-06 Thread [EMAIL PROTECTED]
Okay there is a file called global.inc $row[0]"; } } ?> But when I call it like this: It only shows the first result from the db... How do I get it to list them all? Susan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTEC

[PHP] mysql fun! JOIN me ...

2001-07-05 Thread [EMAIL PROTECTED]
s ... but I think this JOIN thing might let me do it all with one query. Can any of you kind folks help me here? -- 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 it me or my server company?

2001-07-04 Thread [EMAIL PROTECTED]
sk/apache/vhosts/futurebird.com/httpdocs/mapbuild2/displaymap. php3 on line 34 When it says "Success" what is it talking about? Is there a way around this? Maybe since I'm on a vitual server I need to include a more full path? I'm deeply confused. Susan -- PHP Gene

[PHP] writing a query that returns similar numbers

2001-07-04 Thread [EMAIL PROTECTED]
= "SELECT rowid FROM numbers WHERE (((mynumer+10) < number) AND (mynumer-10) > number) )"; it seems kinda wordy ... Susan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

[PHP] getimagesize w/ URL conflicting messages ...

2001-07-03 Thread [EMAIL PROTECTED]
neral 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] image button troubles

2001-07-03 Thread [EMAIL PROTECTED]
on 7/3/01 7:52 PM, Kurt Lieber at [EMAIL PROTECTED] wrote: > I had a similar problem a while back that I solved by isolating my > variables. Such as: > > > > As for why it's happening, I'm not sure. Wow, that fixed it! Though it turns out I was mistaken in thin

Re: [PHP] image button troubles (duh)

2001-07-03 Thread [EMAIL PROTECTED]
ep trying things but any help would be greatly appriciated. -- 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] image button troubles

2001-07-03 Thread [EMAIL PROTECTED]
php version 4.0.3pl1 I've also been unable to get any other image funtions to work (various errors) I'll keep trying things but any help would be greatly appriciated. Thanks, Susan http://futurebird.diaryland.com -- PHP General Mailing List (http://www.php.net/) To unsubscrib

Re: [PHP] re: time

2001-06-22 Thread [EMAIL PROTECTED]
in details without having user to close the browser? Jack [EMAIL PROTECTED] "Love your enemies, it will drive them nuts" - Original Message - From: Jason Murray <[EMAIL PROTECTED]> To: 'Jon Yaggie' <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesd

[PHP] ***Get a piece of the #1 CASH MACHINE on the net***

2001-06-20 Thread [EMAIL PROTECTED]
me it will be a short time until you will receive hundreds, then thousands each month. Would you like to be earning $10,000 a month within 6 months. It costs nothing to check it out but it could change your life forever, as it did mine. For full details e-mail me: mailto:[EMAIL PROTECTED

[PHP] test

2001-06-19 Thread [EMAIL PROTECTED]
test Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you've set for yourself"

Re: [PHP] select the most repeated value in a field

2001-05-24 Thread [EMAIL PROTECTED]
After I use that query, I got list of result group by DESC under variable name " firstchoice", how could I index this firstchoice variable so that I can take each individual result to display according to the page layout position? Jack [EMAIL PROTECTED] "There is nothing more

[PHP] Email..

2001-05-20 Thread [EMAIL PROTECTED]
Can someone give me a template of an email form? I don't want it to use an email client, though. I don't get the mail function, and I've been out of the loop too long. :( -Owen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

[PHP] Email form

2001-05-19 Thread [EMAIL PROTECTED]
ww.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-general@lists.php.net

2001-05-13 Thread [EMAIL PROTECTED]
$$,$"$k$h!#(B http://sv.g-spot.to/docono/ $B"!!~"!!~"!!~"!!~(B Chyoi machi Mail $B$K4X$9$k$40U8+$J$I(B [EMAIL PROTECTED] $B$^$G(B -- 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] Couldn't run PHP script from CGI-BIN

2001-05-04 Thread [EMAIL PROTECTED]
> > -- > El mejor sistema operativo es aquel que te da de comer. > Cuida tu dieta. > ----- > Martin Marques |[EMAIL PROTECTED] > Programador, Administrador | Centr

Re: [PHP] Need to know this

2001-05-03 Thread [EMAIL PROTECTED]
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 General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EM

[PHP] RE: [PHP-WIN] trouble with cookies

2001-05-02 Thread [EMAIL PROTECTED]
I've always had problems with the php-sessions too. I think it's far easier and more effective and flexible, if you use a mySQL database to do your own session handling. This is actually very easy to do. > -Original Message- > From: r.gelstharp [mailto:[EMAIL PR

Re: [PHP] a bit off the list but....

2001-05-01 Thread [EMAIL PROTECTED]
So what is SAP really? Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself" - Original Message - From: Pierre-Yves Lemaire <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 01, 2001 5:17 PM Subject: RE: [P

php-general@lists.php.net

2001-05-01 Thread [EMAIL PROTECTED]
/check/mail.html $B(B $B!#(B $B!z!z!z!z!z!z!z!!(BJust in Mail $B!z!z!z!z!z!z!z(B -- 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] how to get var value

2001-04-26 Thread [EMAIL PROTECTED]
why don't you assign in next page like this? $newvar = $test; Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself" - Original Message - From: AJDIN BRANDIC <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thurs

[PHP] Tough comparison problem.

2001-04-26 Thread [EMAIL PROTECTED]
array 2, and so on until all elements of array 1 have been compared to all elements of array 2. Any help is greatly appreciated! -- 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] XML/Array Class (Possible Bug??)

2001-04-23 Thread [EMAIL PROTECTED]
ons. The code works perfectly. I *really* wish I could find out why this won't work as a class though... -- 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] XML/Array Class

2001-04-23 Thread [EMAIL PROTECTED]
entional array } } } ?> -- [ Swift eNetwork ] Matrix http://matrix.swifte.net/ -- -- 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] 'XML To Array' Class (Array Problem)

2001-04-23 Thread [EMAIL PROTECTED]
; Vleugels > > -- freedom is the wizard's only choice -- > > > On 23 Apr 2001 09:18:25 -0400, [EMAIL PROTECTED] wrote: > > Hello, > > > > I'm new to using XML with PHP, but I think I've got it figured out for > > the most part. I have creat

[PHP] 'XML To Array' Class

2001-04-23 Thread [EMAIL PROTECTED]
cle 1"; $ARTICLES[1]["URL"] == "/article2.html"; $ARTICLES[1]["TITLE"] == "Article 2"; But the array is empty. Thankz in advance for your help. Robert -- [ Swift eNetwork ] Matrix http://matrix.swifte.net/ -- -- 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] calculate length between date to date

2001-04-22 Thread [EMAIL PROTECTED]
End = "$yearEnd" . "$monEnd" . "$dateEnd" ; ( for instance, it will return "20010201") How do I calculate the length between those 2 variables? Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself"

[PHP] Re: thank you very much

2001-04-18 Thread [EMAIL PROTECTED]
this "val" . ", " ; and it returns 1,2,1,5,4, instead of 1,2,1,5,4 and it screw up query. Thank again for this help, I am pretty sure this will be last question about this :-) Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yoursel

[PHP] to find out which checkbox is checked

2001-04-18 Thread [EMAIL PROTECTED]
And I also try if(isset($id)) { ..do echo off here... }else{ ...do echo on } And the result is always "off" as well. Somene advice me to use $http_var_gets btu I could not find it from manaual, is that the solution I need? cheers Jack [EMAIL PROTECTED] "There is not

Re: [PHP] Variable variable

2001-04-18 Thread [EMAIL PROTECTED]
previous page, in order to uset it in the if..then..else condition in the second sniplet, it will be like if ($1=="on") { do something }else{ do somehting } but something is wrong here at the if then else bit. But I don't know what is it. Jack [EMAIL PROTECTED] "There is nothing

Re: [PHP] HELP!! "print" problem

2001-04-17 Thread [EMAIL PROTECTED]
You're missing a single quote after the value of MAXLENGTH on the line that's not working... Maybe that's the problem. -- [ Swift eNetwork ] Matrix >>>>> http://matrix.swifte.net/ -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [E

[PHP] what does this error means?

2001-04-10 Thread [EMAIL PROTECTED]
When Itried to insert a record into a table, It looks like the record was never inserted into table so I use mysql_error() and the error message show up: "Duplicate entry '10' for key 1" What does that tell me? Jack [EMAIL PROTECTED] "There is nothing more rewarding than

Re: [PHP] while loop

2001-04-09 Thread [EMAIL PROTECTED]
Not in the actual code, sorry, I did not copy the opnneing bit, but there is one in the code. So the same question, I got error said, maximum execution time exceed, am I doing something time consuming here? Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you se

Re: [PHP] while loop

2001-04-09 Thread [EMAIL PROTECTED]
and it keep saying "maximum execution time exceeded 30 secs", am I doing something time consuming here? There are only 2 records in the table. cheers Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself" ----- Original Message

Re: [PHP] how do I delete session

2001-04-05 Thread [EMAIL PROTECTED]
how? Like this session_destroy("name"); how about if I want to register that variable to be session again ( without closing browser and start everything all over again)? can I still do that? Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you s

Re: [PHP] is this syntax correct?

2001-04-05 Thread [EMAIL PROTECTED]
I have setup session here and newbie as I am, still don't know how to delete value of this, I actually using this right at the bottom of the page where I want session value to be deleted. Did not work, of course, so what do I do? Jack [EMAIL PROTECTED] "There is nothing more rewa

Re: [PHP] is this syntax correct?

2001-04-02 Thread [EMAIL PROTECTED]
Not really, do I need to have session_start at the sender page and the receiver page? Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself" - Original Message - From: Wade Halsey <[EMAIL PROTECTED]> To: Jacky@lilst <[EMA

Re: [PHP] is this syntax correct?

2001-04-02 Thread [EMAIL PROTECTED]
I also tried this syntax: and it still not work as when I go to next page, and try echo $test, nothing come up. Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself" - Original Message - From: Joseph Bannon <[EMAIL PROTECTE

[PHP] <$B%9%H%l%92r>C(B>

2001-04-01 Thread [EMAIL PROTECTED]
http://sv.g-spot.to/check/mail.html $B!!(B $B!#(B $B!z!z!z!z!z!z!z!!(BJust in Mail $B!z!z!z!z!z!z!z(B -- 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] split string value again

2001-03-29 Thread [EMAIL PROTECTED]
thank you everone, sorry about the rush though. I was kind of in urgent need. Anyway, thanks again.:-) Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself" - Original Message - From: Stewart Taylor <[EMAIL PROTECTED]> To:

[PHP] Statistical Functions

2001-03-27 Thread [EMAIL PROTECTED]
Just a note to say that I have written a couple of functions, to calculate to the standard deviation of a given Integer array and to calculate a 'Weighted Mean'. If anybody is interested just let me know, Thanks Robert

[PHP] $B#J#u#s#t(B$B#i#n(B$B#M#a#i#l(B$B>pJs(B

2001-03-25 Thread [EMAIL PROTECTED]
p?last_entry=300 > $B$N(B $B%5%$%H$h$j<}=8CW$7$^$7$?!#(B Just in Mail $B$K4X$9$k$40U8+!"$*Ld$$9g$o$;$O(B $B(B $B!!([EMAIL PROTECTED]$B!!$^$G$I$&$>!#(B $B!z!z!z!z!z!z!z!!(BJust in Mail $B!z!z!z!z!z!z!z(B -- 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] I need the command line...

2001-03-13 Thread [EMAIL PROTECTED]
select id,firstname,age from (table name); this will do Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself" - Original Message - From: Dhaval Desai <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 14,

Re: [PHP] test - can someone please reply?

2001-03-07 Thread [EMAIL PROTECTED]
okay I do reply here Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself" - Original Message - From: Maxim Maletsky <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent

[PHP] String concatenation problems

2001-03-07 Thread [EMAIL PROTECTED]
- Mail2Web - Check your email from the web at http://www.mail2web.com/ . -- 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] session_start

2001-03-06 Thread [EMAIL PROTECTED]
People very basic question here, I wanna assign username onto session after the login succeed, I use: session_start(); session_register("username"); $UserNameSession="username"; did not work what is wring with this? Jack [EMAIL PROTECTED] "There is nothing more rewardi

[PHP] obtain IP from other site ( or domain name)

2001-03-06 Thread [EMAIL PROTECTED]
to come to my site that a user come from the link from their site , or from their IP or something. So that I can tell where a user come from. Is this something to do with http header? Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself"

[PHP] dealing with no record

2001-03-04 Thread [EMAIL PROTECTED]
be able to deal with the case that no record found and redirect user to other page? Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself"

[PHP] $B!a=5KvFCJL9f!a(B

2001-03-03 Thread [EMAIL PROTECTED]
%a!<%k$rG[?.$7$F$*$j$^$9!#(B $Bl9g(B $B$3$N%a!<%k$r!VJV?.07$$!W$K$F%a%$%k%$%s08$^$G$*Aw$j$/$@$5$$!#(B $B!J?75,:n@.$G$N%a!<%kAw?.$G$O:o=|$G$-$^$;$s!K(B $B%a%$%k%$%s(B [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [PHP] what is wrong with this sniplet?

2001-02-28 Thread [EMAIL PROTECTED]
e. Can you? Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself" - Original Message - From: Alvin Tan <[EMAIL PROTECTED]> To: Jacky <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, February 28, 2001 3:39 AM Subj

Re: [PHP] what is wrong with this sniplet?

2001-02-28 Thread [EMAIL PROTECTED]
Sorry, It was the mistyping. i actually put http:// in the a href. I just forgot to type it in the mail. So what else could it be? Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself" - Original Message - From: Alvin Tan <[EM

[PHP] very off the topic questions here but hope someone can help out

2001-02-27 Thread [EMAIL PROTECTED]
e any idea about how and the process, any guide? Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself"

Re: [PHP] logout

2001-02-27 Thread [EMAIL PROTECTED]
So what do I do? make it like link to the logout file like this? : logout and at the logout file, can I do this? http://www.homepage.com"); ?> I forgot to mention that It also had cookies to, is there any way to do the same with cookies? Jack [EMAIL PROTECTED] "There is nothing m

[PHP] logout and clean up session and cookies

2001-02-27 Thread [EMAIL PROTECTED]
Hi Can anyone guide me how to do the logout function that can get rid off session and cookies? Both are used to store userID and password through the site. Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself"

[PHP] can anyone please remove this subscriber:kia01@jnd.terra.com.br?

2001-02-27 Thread [EMAIL PROTECTED]
No offend but can anyone please remove this subscriber : [EMAIL PROTECTED] ? His mail box is full and I got the message to tell me that everytime I post the message to the list, this time included :-) Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you se

Re: [PHP] logout

2001-02-27 Thread [EMAIL PROTECTED]
Sorry, it was my mistake. There is session used to store userID and password after the successful login. I don't under stand what you mean about to clean up variables, how? Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself" - O

Fw: [PHP] logout

2001-02-27 Thread [EMAIL PROTECTED]
Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself" - Original Message - From: Jacky@lilst <[EMAIL PROTECTED]> To: Yamin Prabudy <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, February 27, 2001 3:49

[PHP] logout

2001-02-27 Thread [EMAIL PROTECTED]
I have php site that user is required to login, but I don't have logout function yet. Is there anyone know the most practical way of logout method that people use nowadays?, in php I mean. There is no session or cookies used in this site. Jack [EMAIL PROTECTED] "There is nothing more

[PHP] installation problem

2001-02-26 Thread [EMAIL PROTECTED]
fter other check..it stops with this error'cannot find output for lex;giving up' what can i do? thanks Daniele -- 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] isset()

2001-02-22 Thread [EMAIL PROTECTED]
[PHP] isset()yes, it is the var from the form Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself" - Original Message - From: Thiva Charanasri To: 'Jacky@lilst' Sent: Thursday, February 22, 2001 3:59 AM

[PHP] isset()

2001-02-22 Thread [EMAIL PROTECTED]
using isset for this purpose? Or should I use empty() ? Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself"

Re: [PHP] mysql_last_id()

2001-02-19 Thread [EMAIL PROTECTED]
Sorry, that should be "mysql_insert_id()" -Szii - Original Message - From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 19, 2001 2:06 PM Subject: [PHP] mysql_last_id() > Why is this broken for BIGINTs? Is there a good

[PHP] mysql_last_id()

2001-02-19 Thread [EMAIL PROTECTED]
Why is this broken for BIGINTs? Is there a good reason for it, or has no one simply fixed it...? -Szii -- 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] something wrong at my mail set up in php.ini

2001-02-19 Thread [EMAIL PROTECTED]
Dera folks, I suspect there is something wrong at my php.ini mail setup. My script for mail() does not work and no error message, just did not send out anything. Is there anyway I can see if script mail() does not work and see what the problem is? Jack [EMAIL PROTECTED] "There is nothing

[PHP] mail() not working

2001-02-18 Thread [EMAIL PROTECTED]
has valid email address in there, can anybody tell me what went wrong? $queryRequest = "SELECT * FROM TouristRequests WHERE TouristRequestID='$TouristRequestID'"; $resultRequest = mysql_query($queryRequest) or die(mysql_error()); $mailAdmin

Re: [PHP] Generate XML files

2001-02-15 Thread [EMAIL PROTECTED]
echo "\n\n"; Reformat as you want, I just didn't want to write multiple "echo" lines. =P Or.. -Szii - Original Message - From: Paulo Jan <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 15, 2001 4:05 AM Subject: [PHP]

Re: [PHP] Bad Practices

2001-02-14 Thread [EMAIL PROTECTED]
I told Apache to deny all .inc requets, ala .htaccess-style stuff in the httpd.conf -Szii - Original Message - From: Sebastian Stadtlich <[EMAIL PROTECTED]> To: 'Rick Hodger' <[EMAIL PROTECTED]>; 'Php-General (E-Mail) <[EMAIL PROTECTED]> Sent: Wed

[PHP] Can I do this to write out html file using fopen

2001-02-06 Thread [EMAIL PROTECTED]
t;\n"); fputs($htmlFile, "Customer detail\n"); (and blabla until the end of the file). fputs($htmlFile, "\n"); fputs($htmlFile, "\n"); ** And there is nothing in the file requestDetail.php3 b

[PHP] XML methods(SAX/expat)

2001-02-05 Thread [EMAIL PROTECTED]
e megabyte images. (Yes, it's from an outside source that we have no control of.) -Szii -- 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] manage number of rows displayed

2001-02-04 Thread [EMAIL PROTECTED]
? Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself" - Original Message - From: Milan Mlynarcik <[EMAIL PROTECTED]> To: Jacky@lilst <[EMAIL PROTECTED]> Sent: Monday, February 05, 2001 2:03 AM Subject: Re: [PHP] manage nu

[PHP] manage number of rows displayed

2001-02-04 Thread [EMAIL PROTECTED]
Hi, After I run a query, how do I set the number of rows returned to display as 3 or 4 columns in a page instead of one column as usual? Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself"

[PHP] Bah, XML

2001-02-03 Thread [EMAIL PROTECTED]
HP 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] Pricing for PHP programming???

2001-02-02 Thread [EMAIL PROTECTED]
http://www.sanisoft.com Vortal for Nagpur http://nagpurcity.net = -- 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] Pricing for PHP programming???

2001-02-02 Thread [EMAIL PROTECTED]
y didn't.) *laugh* There's too many "Mike Oxford" types running around, and "Szii" seems to stick pretty well...so I use it. *shrug* -Szii/Mike - Original Message - From: stankusn <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, Febru

Re: [PHP] contracting & consulting (was "[PHP] Pricing for PHP programming???")

2001-02-01 Thread [EMAIL PROTECTED]
This is one of ASPs strongest points. However, as PHP grows, people will notice. Open Source ANYTHING still has a ways to go, but it's getting there. -Szii - Original Message - From: Benjamin Munoz <[EMAIL PROTECTED]> To: 'Dean Hall' <[EMAIL PROTECTED]>; PHP Gener

Re: [PHP] contracting & consulting (was "[PHP] Pricing for PHP programming???")

2001-02-01 Thread [EMAIL PROTECTED]
l Message - From: Dean Hall <[EMAIL PROTECTED]> To: PHP General <[EMAIL PROTECTED]> Sent: Thursday, February 01, 2001 10:43 AM Subject: [PHP] contracting & consulting (was "[PHP] Pricing for PHP programming???") Somewhat related to the recent discussion on pricing for con

Re: [PHP] Pricing for PHP programming???

2001-02-01 Thread [EMAIL PROTECTED]
vacation, sick days, etc. -Szii - Original Message - From: Jonathan Sharp <[EMAIL PROTECTED]> To: Philip Olson <[EMAIL PROTECTED]>; Josh G <[EMAIL PROTECTED]> Cc: PHP User Group <[EMAIL PROTECTED]> Sent: Wednesday, January 31, 2001 6:26 PM Subject: RE: [PHP] Prici

Re: [PHP] HowTo: IBM DB2 w/PHP

2001-01-31 Thread [EMAIL PROTECTED]
rneath the covers.) Have fun! -Szii - Original Message - From: Karl J. Stubsjoen <[EMAIL PROTECTED]> To: PHP Mailing List <[EMAIL PROTECTED]> Sent: Tuesday, January 30, 2001 9:20 AM Subject: [PHP] HowTo: IBM DB2 w/PHP > Hello, > > We have succesfully installed the IB

[PHP] one quick question: how do I assign atring value into variable?

2001-01-31 Thread [EMAIL PROTECTED]
Folks, The title is my question, how do I assign strign value into variables? Say , is the syntax below correct? if ($singleRooms==1) { $roomType ='Single Room'; }elseif ($singleRooms==2) { $roomType ='Double Room'; }else{ $roomType='Room Type not d

Re: [PHP] ibm-db2 support

2001-01-29 Thread [EMAIL PROTECTED]
Yup. Install the "DB2 Application Development" package and it'll give you the headers. -Szii - Original Message - From: Bill Sneed <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, January 28, 2001 12:49 PM Subject: [PHP] ibm-db2 support > Greet

<    1   2   3   4   5   6   >