Re: [PHP] SMs

2001-01-15 Thread [EMAIL PROTECTED]
the SMSC the email address is usually [EMAIL PROTECTED] > mesaging system..can anybody tell me what are the > requirements for this... For developement purposes visit http://www.gnokii.org Cheers Tarique -- = B2B Application Providers

[PHP] what is wrong with this sniplet?

2001-01-16 Thread [EMAIL PROTECTED]
pear on the page, although the source can be seen using view source. What did I do wrong? cheers Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself"

[PHP] Fw: what is wrong with this sniplet? oops! forgot to close tag

2001-01-16 Thread [EMAIL PROTECTED]
w source. What did I do wrong? cheers Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself"

Re: [PHP] PHPLIB and PHPMyAdmin

2001-01-16 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] log out from secure server

2001-01-16 Thread [EMAIL PROTECTED]
Hi people, How do I do the log out function out of the site?(the site is on secure server) Is that okay to just use the redirect function? cheers Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself"

Re: [PHP] Merging PHPLIB into PEAR

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

[PHP] flash and php

2001-01-18 Thread [EMAIL PROTECTED]
Hi people, Can PHP3 work with flash movie? I mean, something like using Php3 to run flash content from db? If so, is there anywhere I can find out more information? cheers Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself"

[PHP] Not quite relevant question about coding and query

2001-01-18 Thread [EMAIL PROTECTED]
e Id of the record I just inserted? $resultID = mysql_query($getID); $anotherQuery = "insert into userrequest values('userID','userRequestDetail')"; $resutlrequest = mysql_query($anotherQuery); Will it work if i did that? If not, what should I do to achieve this? che

Re: [PHP] Not quite relevant question about coding and query

2001-01-18 Thread [EMAIL PROTECTED]
thanks for Jason:-) Lucky the ID is sequential. That was command I was looking for. cheers Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself" - Original Message - From: Jason Murray <[EMAIL PROTECTED]> To: 'Jacky@lil

Re: [PHP] Not quite relevant question about coding and query

2001-01-18 Thread [EMAIL PROTECTED]
So what i should really do is like this: $anotherQuery = "select mysql_insert_id(UserID) from user"; $resultUserID = mysql_query($anotherQuery); is that corerct? Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself" - Origina

Re: [PHP] Not quite relevant question about coding and query

2001-01-18 Thread [EMAIL PROTECTED]
Sorry, I think it should be like this: $queryInsert = "insert into user values ('firstname','lastname','email')"; $resultinsert = mysql_query($queryInsert); $UserIdLatest = mysql_insert_id(userId); Is that correct? Jack [EMAIL PROTECTED] "There is

[PHP] php.net's docs are down

2001-01-19 Thread [EMAIL PROTECTED]
Fatal error: Failed opening required 'shared.inc' (include_path='.:./include:../include') in /local/Web/sites/phpweb/manual/html/index.php on line 2 Peace, love, code. -Szii -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

Re: [PHP] php.net's docs are down

2001-01-19 Thread [EMAIL PROTECTED]
I tried the plain html, and the PHP manual online. The Annotated manual was working okay. They're all working now for me. *shrug* -Szii - Original Message - From: Rasmus Lerdorf <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>

Re: [PHP] php.net's docs are down

2001-01-19 Thread [EMAIL PROTECTED]
Wasn't a private mirror. =) - Original Message - From: <[EMAIL PROTECTED]> To: Rasmus Lerdorf <[EMAIL PROTECTED]>; [EMAIL PROTECTED] <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, January 19, 2001 3:44 PM Subject: Re: [PHP] php.net's docs ar

[PHP] convert ASP to be PHP

2001-01-21 Thread [EMAIL PROTECTED]
Hi people, I have one ASP site that need to be converted to be PHP3 ( on Linux OS). Is there any proper way to do this? The database detail is that the ASP site is using SQL7.0. And the database server that is avaliable on my Linux server is MySql. Any thoughts? Jack [EMAIL PROTECTED] "

[PHP] mailTo

2001-01-21 Thread [EMAIL PROTECTED]
I am wrting a php page that will write out an email message to the email address retrieved from Db. If i want to have CC function togethere with mailTo, how could I do that? cheers Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself"

Re: [PHP] How to attach files with mail

2001-01-22 Thread [EMAIL PROTECTED]
ww.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]

[PHP] check null value

2001-01-22 Thread [EMAIL PROTECTED]
the html bit below) I wonder specificly about the check if it is null part if it is corerct. Any thoughts? Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself"

[PHP] very basic help on query and db issue

2001-01-23 Thread [EMAIL PROTECTED]
. ** I have a table as shown below and when I tried to run the query ( direct at Mysql db, not from a php page) : INSERT INTO Hoteldetail VALUES ('test', 'thai', 'thai', '12', '11', '124', '', 'firstna

[PHP] what is wrong about this sniplet?

2001-01-23 Thread [EMAIL PROTECTED]
otelContactLastName', '$HotelRoomProvided', '$HotelEmail')"; $resultHotel = mysql_query($insertHotel); // retrive latest HotelID $latestHotelID = mysql_insert_id($HotelID); ** cheers Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself"

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

2001-01-23 Thread [EMAIL PROTECTED]
The variable $HotelID is the hotelId of the record that I just inserted into database and I want to retrive the Id of that record to insert into another table. what is the correct syntax of using mysql_insert_id in this case? Jack [EMAIL PROTECTED] "There is nothing more rewarding than rea

[PHP] as stupid as I normally am.....

2001-01-23 Thread [EMAIL PROTECTED]
x27;y'); and freesale is of course username and I left password field as blank and given all previliges as yes. Then add that username into Db table together with the database name using this query : >insert into db values >('216.122.146.147','FreeSale','free

Re: [PHP] as stupid as I normally am.....

2001-01-23 Thread [EMAIL PROTECTED]
I did use "./mysqladmin reload" and I got this back on the interface ( using telnet) ** mysql> ./mysqladmin reload -> * and it does not do anything, is that mean the db serevr has already been reloaded? cheers Jack [EMAIL PROTECTED] &

Re: [PHP] as stupid as I normally am..... ( Nope!)

2001-01-23 Thread [EMAIL PROTECTED]
or die ("Could not connect"); mysql_select_db("FreeSale", $connection); *** Please enlighten me what I have done wrong because I nearly went crazy now :-) Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set f

Re: [PHP] as stupid as I normally am..... ( Nope!)

2001-01-23 Thread [EMAIL PROTECTED]
nection. cheers Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself" - Original Message ----- From: Samantha Savvakis <[EMAIL PROTECTED]> To: Jacky@lilst <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, January 24,

[PHP] db connection error

2001-01-23 Thread [EMAIL PROTECTED]
Hi all, I got the error below when I tried to establish db coonection. Warning: MySQL Connection Failed: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in /home/sites/site1/web/FreeSale/submitagree.php3 on line 2 The sniplet is : $connection = mys

[PHP] db connection error: need help badly

2001-01-24 Thread [EMAIL PROTECTED]
ould be the same too, right? So is there anything I miss here? error mesage: Warning: MySQL Connection Failed: Access denied for user: '[EMAIL PROTECTED]' (Using password: NO) in /home/sites/site1/web/FreeSale/submitagree.php3 on line 2 **

[PHP] Status of debugger_on( )

2001-01-24 Thread [EMAIL PROTECTED]
://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

[PHP] last_insert_id function

2001-01-24 Thread [EMAIL PROTECTED]
the native MySQL C API function mysql_insert_id() to a type of long. If your AUTO_INCREMENT column has a column type of BIGINT, the value returned by mysql_insert_id() will be incorrect. Instead, use the internal MySQL SQL function LAST_INSERT_ID(). **** J

Re: [PHP] last_insert_id function

2001-01-24 Thread [EMAIL PROTECTED]
So can I do either way as I show below here? first could be : $sql = "insert into user (name,email) values('Jack','[EMAIL PROTECTED]')"; $result = mysql_query($sql); $sql1 = "insert into userFriend (userId,friendName,) values(LAST_INSERT_ID(),'John'

Re: [PHP] last_insert_id function

2001-01-24 Thread [EMAIL PROTECTED]
y before both values will be inserted into the third query. Can we do that? If not, I will have to come back to mysql_insert_id(); but it won't work with a field with data type BIGINT, will it? So I guess I would have to change the data type too, right? please enlighten me about this Thank Jack

Re: [PHP] last_insert_id function: I did already

2001-01-24 Thread [EMAIL PROTECTED]
RT_ID like you said previously. By the way, what even drive me crazy more is that with using mysql_insert_id();, it returns me value 0 (zero) which I suspected it comes from the fact that data type of that field is BIGINT, correct me if I'm wrong. any thought? Jack [EMAIL PROTECTED] "T

[PHP] last_insert_id:sql internal function

2001-01-24 Thread [EMAIL PROTECTED]
Don't you have to do something like this? $something = mysql_query("into mytable."); $result = mysql_query($something); $rs = mysql_query("select LAST_INSERT_ID() from mytable"); $theLastInsertedID = mysql_result($rs,0,0); corerct? Jack > [EMAIL PROTECT

[PHP] more about Last_insert_id

2001-01-24 Thread [EMAIL PROTECTED]
,'$FirstLast','Steve','Chan')"; $resultsql3 = mysql_query($sql3); $sqlLastIDthird = "select LAST_INSERT_ID() from Thirdtable"; $resultlast3 = mysql_query($sqlLastIDthird); $ThirdLast = mysql_result($resultlast3,0,0); ** what have I done wrong? Please enlighten me here Thanks Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself"

[PHP] Status of debugger_on( ) (fwd)

2001-01-24 Thread [EMAIL PROTECTED]
://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

[PHP] Urgent help needed, sound scary when anyone did that on title :-)

2001-01-24 Thread [EMAIL PROTECTED]
$sql3 = "insert into Thirdtable (SecondTableID,FirsttableID,Thirdfirstname, Thirdlastname) values('$secondLast','$FirstLast','Steve','Chan')"; $resultsql3 = mysql_query($sql3); $sqlLastIDthird = "select LAST_INSERT_ID() from Thirdtable&

Re: [PHP] Urgent help needed, sound scary when anyone did that on title :-)

2001-01-24 Thread [EMAIL PROTECTED]
value returned by mysql_insert_id() will be incorrect. Instead, use the internal MySQL SQL function LAST_INSERT_ID(). cheers Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself" - Original Message

Re: [PHP] Urgent help needed, sound scary when anyone did that on title :-)

2001-01-24 Thread [EMAIL PROTECTED]
that now I have database on mysql server call "FreeSale" and I need to add user in it, how do I do that properly? cheers Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself" - Original Message - From: Maxim Maletsky <[EMAIL

[PHP] warning 1 is not mysql result index

2001-01-24 Thread [EMAIL PROTECTED]
that aprticular line of course ). What is wrong here? Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself"

Re: [PHP] warning 1 is not mysql result index

2001-01-24 Thread [EMAIL PROTECTED]
Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself" - Original Message - From: Christopher Allen <[EMAIL PROTECTED]> To: Jacky@lilst <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, January 25, 2001 12:39 AM Su

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

[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

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

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

[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

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

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

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

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

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

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

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

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

[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

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

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

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

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

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

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

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

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] Comment About-> [PHP] TEST---Please Ignore

2001-12-31 Thread [EMAIL PROTECTED]
olution. I've done everything (including unsubscribe/re-subscribe, and use ezlm command queries) before sending that test message. FYI (for those who care) I recently started having problems with the list. I was receiving messages, but could not send them. When I checked the ezlm admin comm

[PHP] PHP Doesn't Crash but show blank page

2002-01-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] PHP Doesn't Crash but show blank page

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

Re: [PHP] array_shift and php 4.0.4

2002-01-10 Thread [EMAIL PROTECTED]
.22. > >On a box with php 4.0.4pl1, apache 1.3.20 it spits an error. >Fatal error: Call to unsupported or undefined function array_shift() in >file.php on line 15 > >Where/Is there anything wrong with 4.0.4?? > > > >-- >PHP General Mailing List (http://www.php.net/

Re: [PHP] array_shift and php 4.0.4

2002-01-10 Thread [EMAIL PROTECTED]
array. >array_shift() takes an element off the START of the array. -- 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] array_shift and php 4.0.4

2002-01-10 Thread [EMAIL PROTECTED]
elements .. Here's the code I used to test: On Thu, 10 Jan 2002 05:54:49 -0500, Gerard Samuel wrote: >Thats my biggest concern now, performance with whatever alternatives >that can be dreamed up... >Anyway, its 6 in the morning, time for sleep. Maybe Ill dream up &g

Fwd: RE: [PHP] does this work?

2002-01-10 Thread [EMAIL PROTECTED]
and it would be like using the statement $a = $a; very very useless! bvr. On Thu, 10 Jan 2002 15:39:27 -0600, Rick Emery wrote: > >quotes are not needed > > >> >>mysql_query("$tempsql", $db); > -- PHP General Mailing List (http://www.php.net/) To

Fwd: Re: [PHP] A variable with a variable

2002-01-10 Thread [EMAIL PROTECTED]
not hat wouldn't work? >So what do you guys suggest? > >No if statements... since I want to know a way that can be used if I have >more then just 3 or a limited ammount of varaibles. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Re: [PHP] Using PHP to post the contents of an email to MySql database

2002-01-11 Thread [EMAIL PROTECTED]
>This email and any files transmitted with it are confidential and >intended solely for the use of the individual or entity to whom they >are addressed. If you have received this email in error please notify >the postmaster at [EMAIL PROTECTED]

[PHP] IMPORTANT about asking QUESTIONS

2002-01-11 Thread [EMAIL PROTECTED]
e FAQ, manual or previous posts) and will ultimately save yourself some time waiting for replies. bvr. -- 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] multiple replaces...

2002-01-12 Thread [EMAIL PROTECTED]
r speed hands >down - but watch out if >case-sensitivity is relevant. > >=dn > > > >-- >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 administ

Re: [PHP] multiple replaces... (2)

2002-01-12 Thread [EMAIL PROTECTED]
://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] PHP question regarding Cold Fusion

2002-01-12 Thread [EMAIL PROTECTED]
at can do this same kind of thing? Any help >>would be appreciated. > >Check out Snoopy - http://snoopy.sourceforge.net/ > > > >-- >PHP General Mailing List (http://www.php.net/) >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL

Re: [PHP] unable to copy and chmod

2002-01-15 Thread [EMAIL PROTECTED]
the file owner too. > >only root can chown > >You need root access to fix your problem...or re-upload your file using >ftp, not php. -- 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] An important, urgent question about classes?

2002-01-15 Thread [EMAIL PROTECTED]
If you can't figure how to make your class work, send us your code so far, we'll tell what's wrong. For an example class just look at the manual. For more info on OO programming in PHP go to one of the many tutorial sites, for example http://phpbuilder.com . You can register any type of var

Re: [PHP] Mysql

2002-01-15 Thread [EMAIL PROTECTED]
y > Please help me. > If i want to create a table in some database what should I do. > The database is on server. > >-- >Best regards, > -=LukA=- mailto:[EMAIL PROTECTED] > > >-- >PHP General Mailing List (http://www.php.net/) >To

Re: [PHP] Including a file using php //

2002-01-15 Thread [EMAIL PROTECTED]
c/chikkaps.txt'); >echo $retvalue; >?> > > > >Can someone help me please? > > >thanks, >louie... > > >-- >PHP General Mailing List (http://www.php.net/) >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] >T

Re: [PHP] how to check REMOTE_ADDR to see if it contains PART of an ip

2002-01-16 Thread [EMAIL PROTECTED]
e >digit and it still returned true because PART of the >string was true i guess... i dunno. > >anyone else got another function in mind? >--- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: >> >> >> strncmp() >> >> MANUAL! >> &

Re: [PHP] PHP Security - "view source code"

2002-01-16 Thread [EMAIL PROTECTED]
ough a >website that uses PHP you will never see PHP code unless of course you >screwed up and echoed the data :) > >Rick > >"How wonderful it is that nobody need wait a single moment to improve the >world." - Anne Frank > >> From: "Phil Schwarzma

Fwd: Re: [PHP] Remove value from array

2002-01-16 Thread [EMAIL PROTECTED]
what I understand, the discovery of this easy way to do this was >accidental. See the second annotation of "array_splice()" in the PHP >manual here for the details: >http://www.php.net/manual/en/function.array-splice.php ===END FORWARDED MESSAGE===

Re: [PHP] variable variables

2002-01-17 Thread [EMAIL PROTECTED]
a variable named $size1. Do I >need to use a eval() or something? > >Thanks in advance, >¯ Michael Krisher > [EMAIL PROTECTED] > > >-- >PHP General Mailing List (http://www.php.net/) >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [E

<    1   2   3   4   5   6   >