[PHP] Sessions are so buggie in PHP ???
I have a problem with session thing. I have one script for logging into some user pages. But many users tell me that the script is... "lossing" the session_variables which are set. It's very strange because this is not for certain users, or browsers. It's very randomly. Today this happent for me also, I mean I was going into those pages, and one time the server lost the session_variables and the script told me that I'm not even logged. Why is this happening ? it's very very randomly, but its happening and not one time a day... some users reported me that they have to close totally the browser and then try to login again and this is not happening again. This problem is happening with any browser... any idea ? Plz help ! :) -- 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] Re: Sessions are so buggie in PHP ???
For who knows about bugs with session in PHP, I have: PHP Version 4.0.4pl1 "Marian" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have a problem with session thing. I have one script for logging into some > user pages. But many users tell me that the script is... "lossing" the > session_variables which are set. It's very strange because this is not for > certain users, or browsers. It's very randomly. Today this happent for me > also, I mean I was going into those pages, and one time the server lost the > session_variables and the script told me that I'm not even logged. Why is > this happening ? > > it's very very randomly, but its happening and not one time a day... some > users reported me that they have to close totally the browser and then try > to login again and this is not happening again. This problem is happening > with any browser... any idea ? > > Plz help ! :) > > -- 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] regex
Hello there, i have to check if there's a dot in a string, and i need nothing but the regex pattern for this... tryed a lot, but the dot itself means to matches all. can u help ? regards marian feiler -- Internetservice & Marketing Agentur isurfin.net Marian Feiler Altenessener Str. 99 45326 Essen Tel. 0201 279 86 71 Fax. 0201 294 62 67 E-Mail: [EMAIL PROTECTED] Web: http://isurfin.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] mysql_connect or mysql_pconnect or DEATH ???
I have a chat software working on www.jumatateata.ro The problem is that all the time I get mysql sessions opened and I don't understand. I used mysql_connect (at the beggining of every script) and mysql_close in the end. The ISP told me that still remain mysql sessions opened. Then I used mysql_pconnect and again, too many sessions opened. What makes everything hard is that I don't have telnet acces so this is my next question: How I can see mysql sessions opened just using a php script ? Can I ? (I'm asking this because I was thinking that I can write a php script to show me the sessions.=) Do you have any idea about this ? I'm really interested to find out... Thanx a lot... Marian Vasile IT Manager Schnecker van Wyk & Pearson www.investments.ro -- 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] Chat with PHP and MySQL - come and chat about Linux problems...
The problem I have it's an entire story. First of all, I will tell you that knows a little more about Linux. I created a chat software with couple php scripts. The chat it's using MySQL. I think the chat software is good (not the best one) but first of all is easier to use than what I saw on the net. I still have to do couple major improvments to make, that it will make, definitelly the best chat ever written in php and mysql. I'm so proud about this chat because till now I tested a lot of chat's written in php but not even one is like the one I written. The main problem I have with my chat is that after some use of it, the server is going very very slowly. Someone with (256Mb, 800Mhz and just my chat running (Linux also)) told me that the chat is still doing this stuff. The problem he told me about it, it's that the httpd (apache) connections don't close. I intend to make this chat free like a bird, and also to be improved by anyone, anyhow but first of all I need to change my chat to work more than 2 days :o). Can you put my chat on your server and tell me what exactly it's not working correctly ? I attached the rar archive. I would like to anyone who will take 30 min. from his time and test my chat, and also I will promise him that I will give every version of it if he will help with his PRECIOUS advice.. :-) PS: in the tables.txt you have the structure of tables. In chat_intern you have to set-up the database name, server etc. (In the future I will create a setup.oho with all the setup infos) Yours, Marian Vasile IT Manager Schnecker van Wyk & Pearson www.investments.ro chat.rar -- 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] File system or MySQL ?
What is faster for a chat php software ? To use a file for write or to use a MySQL database ? Marian Vasile IT Manager Schnecker van Wyk & Pearson www.investments.ro -- 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] 3 situations - PHP Power or... servlet(JSP) power ?
I have 3 situations and I need an answer about what is faster... 1. A PHP script that it's executed 10 times in a second, and have to update a a MySQL table. 1. A PERL script that it's executed 10 times in a second, and have to update a a MySQL table. 1. An servlet(JSP) script that it's executed 10 times in a second, and have to update a MySQL table. Marian Vasile IT Manager Schnecker van Wyk & Pearson www.investments.ro -- 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] 3 situations - PHP Power or... servlet(JSP) power ?
I don't think that JSP is slower than PHP... really... In fact I think JSP is a lot more faster just because JSP is compiled than executed... Marian Vasile IT Manager Schnecker van Wyk & Pearson www.investments.ro -Original Message- From: Mark Maggelet [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 15, 2001 9:11 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP] 3 situations - PHP Power or... servlet(JSP) power ? On Thu, 15 Mar 2001 19:59:50 +0200, Marian Vasile ([EMAIL PROTECTED]) wrote: >I have 3 situations and I need an answer about what is faster... > >1. A PHP script that it's executed 10 times in a second, and have to >update >a a MySQL table. >1. A PERL script that it's executed 10 times in a second, and have >to update >a a MySQL table. >1. An servlet(JSP) script that it's executed 10 times in a second, >and have >to update a MySQL table. it depends on many things, but in general I'd say the first two are about the same and the third is about 3-4 times slower. -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] Anyone interested to build with me a chat software (in php and MySQL)
I want to create a free php and MySQL chat. Anyone interested in this project ? -- 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] more an SQL issue but I can't find any help
I have a table with users and their birthdates. I want to SELECT all the users who have more than 18 years. How I can do that using bisect years ? (february 28 days and 29 days) plz help ... Marian Vasile IT Manager Schnecker van Wyk & Pearson www.investments.ro +40 (0) 1 2309000 -- 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] Many email... and just one "mail" function
Guyz I have a huge database wih emails. Now I want to send them news weekly and I can't how I can send many emails using mail() function ??? but in a faster manner that ussualy ?... is that possible ? I'm not talking about SPAM here... I have registered users... :) How I can send all these 30.000 email addresses ? Marian Vasile IT Manager Schnecker van Wyk & Pearson www.investments.ro +40 (0) 1 2309000 -- 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] PLZ HELP with LOCK connection using MySQL
I have a database and couple php scripts. I'm going to update some tables inside of this database. The server is a fast one (with 256Mb) I don't think there are too many updates but I get an error very strange. Many connections get LOCKED. After some time, the system is going down. I'm using mysql_connect not other functions. Why I get this error ? What is the reason ? Marian -- 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] Compile .php file is possible ?
I need a method to compile my php files to give them to a customer. The main problem is that this customer have an account on a shared hosting service and (I think) he can't install a compiler or something new on that server. Is it possible to encrypt my files ? Plz HELP ASAP Yours, Marian -- 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] Compile .php file is possible ?
They have PHP support but I don't think they will want to install any other software... There is no other solution... ? There is no other free encoder on the market ? "Marian Vasile" <[EMAIL PROTECTED]> wrote in message 9a1cr4$5fr$[EMAIL PROTECTED]">news:9a1cr4$5fr$[EMAIL PROTECTED]... > I need a method to compile my php files to give them to a customer. > > The main problem is that this customer have an account on a shared hosting > service and (I think) he can't install a compiler or something new on that > server. > > Is it possible to encrypt my files ? > > Plz HELP ASAP > > Yours, > Marian > > > > -- > 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
Re: [PHP] Compile .php file is possible ?
I heard about something called php-gtk... Is that a php compiler ? Also I heard that is free because is open source project... Jack Dempsey <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > as a follow up: there was an e-mail recently from someone discussing > this topic...i believe he wanted to write his own compiler/encoder for > php...anyone heard anything about this? i agree about the price...i > can't spend that much money for a piece of software; yet, i don't want > to distribute source that could be copied and distributed (well, > sometimes that's good ;-), but not if this is a system i've been > contracted to design ) > > -jack > > Marian Vasile wrote: > > > > Jack Dempsey <[EMAIL PROTECTED]> wrote in message > > news:<[EMAIL PROTECTED]>... > > > you can use the zend encoder (www.zend.com) but it costs over $2000, so > > > this may not be viable...but, for right now, i believe that's the only > > > way to compile php code... > > > > > > -jack > > > > > > Marian Vasile wrote: > > > > > > > > I need a method to compile my php files to give them to a customer. > > > > > > > > The main problem is that this customer have an account on a shared > > hosting > > > > service and (I think) he can't install a compiler or something new on > > that > > > > server. > > > > > > > > Is it possible to encrypt my files ? > > > > > > > > Plz HELP ASAP > > > > > > > > Yours, > > > > Marian > > > > > > > > -- > > > > 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: [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: [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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
Re: [PHP] Compile .php file is possible ?
I can't believe that no one thought on something to compile all those scripts out there... I really can't give a solution based on plain text scripts and in this way php can't be for any use really... Anyone have Zend Encoder Unlimited ? Is there any buyer for this Encoder ? "Marian Vasile" <[EMAIL PROTECTED]> wrote in message 9a1cr4$5fr$[EMAIL PROTECTED]">news:9a1cr4$5fr$[EMAIL PROTECTED]... > I need a method to compile my php files to give them to a customer. > > The main problem is that this customer have an account on a shared hosting > service and (I think) he can't install a compiler or something new on that > server. > > Is it possible to encrypt my files ? > > Plz HELP ASAP > > Yours, > Marian > > > > -- > 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
Re: [PHP] Compile .php file is possible ?
Search what ? I need to know if there is any way to encode the code... that's it... otherwise you have to agree with me that PHP can't be used for comercial solutions. (probably just when it's total trust between partners which is not a very common thing) Right ? Jack Dempsey <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > ok, what exactly do you mean by "php can't be for any use really" > better watch that kind of comment on this list ;-) > can you not give a solution that's in plain text files because you're > worried about people looking at the code, or something like running > time, etc... > if it's a code issue, there have been discussions of that before in the > archives (familiar feeling to that > phrase)...http://marc.theaimsgroup.com go to the bottom and find the > php-general list and do a search... > > -jack > > Marian Vasile wrote: > > > > I can't believe that no one thought on something to compile all those > > scripts out there... > > I really can't give a solution based on plain text scripts and in this way > > php can't be for any use really... > > > > Anyone have Zend Encoder Unlimited ? > > Is there any buyer for this Encoder ? > > > > "Marian Vasile" <[EMAIL PROTECTED]> wrote in message > > 9a1cr4$5fr$[EMAIL PROTECTED]">news:9a1cr4$5fr$[EMAIL PROTECTED]... > > > I need a method to compile my php files to give them to a customer. > > > > > > The main problem is that this customer have an account on a shared hosting > > > service and (I think) he can't install a compiler or something new on that > > > server. > > > > > > Is it possible to encrypt my files ? > > > > > > Plz HELP ASAP > > > > > > Yours, > > > Marian > > > > > > > > > > > > -- > > > 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: [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: [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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
Re: [PHP] Compile .php file is possible ?
I've seen many people talking about Zend compiler... Where is that Zend compiler ? "Marian Vasile" <[EMAIL PROTECTED]> wrote in message 9a1cr4$5fr$[EMAIL PROTECTED]">news:9a1cr4$5fr$[EMAIL PROTECTED]... > I need a method to compile my php files to give them to a customer. > > The main problem is that this customer have an account on a shared hosting > service and (I think) he can't install a compiler or something new on that > server. > > Is it possible to encrypt my files ? > > Plz HELP ASAP > > Yours, > Marian > > > > -- > 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
Re: [PHP] Compile .php file is possible ?
For all who asked why I need this kind of protection: I have a client who wants an web site with registration and everything included, poll, message board, forum etc. The registration system I builded myself. Now the client want's a preview, but he want this preview on his server. The entire solution costs 450 dollars. This price probably is too lower for some of you but I dont' live in US, I live in Romania. (PS: That's why Jack, I can't afford to buy the encoder... probably I will in the future...) Now what I can do ? The client can take the website (because I have to demonstrate that the entire web site fully works) and he will not pay me... How I can protect myself ? Any idea will be highly apreciated. Thanx a lot, "Marian Vasile" <[EMAIL PROTECTED]> wrote in message 9a1cr4$5fr$[EMAIL PROTECTED]">news:9a1cr4$5fr$[EMAIL PROTECTED]... > I need a method to compile my php files to give them to a customer. > > The main problem is that this customer have an account on a shared hosting > service and (I think) he can't install a compiler or something new on that > server. > > Is it possible to encrypt my files ? > > Plz HELP ASAP > > Yours, > Marian > > > > -- > 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] MySQL for translation ?
I have a web site for online ads. I want to translate my web site in at least 3 languages. The main problem is that I don't know which solution I should use... I have one solution but I think it will slow down my web site... The solution is: put all the words (or phrases) in a database and just do some selects in the database. the table it will look like this (example): Id WordEn Ro 1 Iagree I agree.Sunt de acord. I will select using "Iagree" identifier and I will get the translation in both languages. The question is... It will slow down a lot this procedure in case of a web site full with pages, search engine, forum, boards etc., and minimum 10.000 visitors a day ? Thanx a lot Marian -- 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] Receive Header.
I have a dir, full with bounch of pictures. I need to find out the size of pictures, from another server. I can't ftp or anything like this, so I need to open those pics, and find out the size. The problem is that is too slow for a lot of pics but I woder... I can't find out the size without downloading the entire file ? (sometimes browser shows the size from the beginning) Any idea ? Any help will be greatly appreciated ! Thank you, Marian -- 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] Receive Header.
I have a dir, full with bounch of pictures. I need to find out the size of pictures, from another server. I can't ftp or anything like this, so I need to open those pics, and find out the size. The problem is that is too slow for a lot of pics but I woder... I can't find out the size without downloading the entire file ? (sometimes browser shows the size from the beginning) Any idea ? Any help will be greatly appreciated ! Thank you, Marian -- 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] Receive Header.
If I use GetImageSize I get Warning: Unable to open http://www.php.net/gifs/logo.gif in /home/irisi/public_html/bonic/webgal/test.php on line 2 Any idea why ? "Maxim Maletsky )" <[EMAIL PROTECTED]> wrote in message 006801c1465d$458a5100$c029abd4@tatiana">news:006801c1465d$458a5100$c029abd4@tatiana... Have you looked into GetImageSize()? php.net/getimagesize Though, I don't know if it works with remote files. Try it. Maxim Maletsky PHPBeginner.com -Original Message- From: Marian Vasile [mailto:[EMAIL PROTECTED]] Sent: mercoledì 26 settembre 2001 8.48 To: [EMAIL PROTECTED] Subject: [PHP] Receive Header. I have a dir, full with bounch of pictures. I need to find out the size of pictures, from another server. I can't ftp or anything like this, so I need to open those pics, and find out the size. The problem is that is too slow for a lot of pics but I woder... I can't find out the size without downloading the entire file ? (sometimes browser shows the size from the beginning) Any idea ? Any help will be greatly appreciated ! Thank you, Marian -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] Getting the file size, wtihout download... is this possible ?
It is possible to get the filesize for couple files on other server, without downloading ? Probably this will be not fully resolved, but is there any way ? Thanx, M -- 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] search engine submission
All you need to learn, about submission is just forms (post get) and some javascript, to simulate perfectly like user is typing the info. Youca use two frames for that and it's really easy... :) Yours Marian "Krushna Kumar R" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > I have a website which i would like to submit to the search engines > frequently, so i thought i could write a program for this, not depending on > other free web sites for submission > > Rgds > Krushna Kumar > > - Original Message - > From: "Jon Haworth" <[EMAIL PROTECTED]> > To: "'Krushna Kumar R'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Monday, September 24, 2001 7:36 PM > Subject: RE: [PHP] search engine submission > > > > You can find this code all over the web, an example of it can be seen at > > most search engines on the "Add a URL" page :-) > > > > What are you trying to do? > > > > Cheers > > Jon > > > > > > -Original Message- > > From: Krushna Kumar R [mailto:[EMAIL PROTECTED]] > > Sent: 24 September 2001 15:08 > > To: [EMAIL PROTECTED] > > Subject: [PHP] search engine submission > > > > > > Hi, > > > > Can someone help me by where i could get some free code for search engine > > submission > > > > Regards > > Krushna Kumar > > > > > > ** > > 'The information included in this Email is of a confidential nature and is > > intended only for the addressee. If you are not the intended addressee, > > any disclosure, copying or distribution by you is prohibited and may be > > unlawful. Disclosure to any party other than the addressee, whether > > inadvertent or otherwise is not intended to waive privilege or > confidentiality' > > > > ** > > > > -- > > 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
Re: [PHP]session and frames: please HELP!!!!!
You can't send from outside, something that is INSIDE... I mean a session variable. If that could be done than probably I will seriously have security problems. Now what you've written it's correct in my opinion and it should work. What are you trying to do exactly? to save a session variable, or the current session name ? I think this is the problem you got it wrong. The best way for you, to forward a password (because this was the example you said) is to do like this: in the current file you'll have: session_start(); session_register("session_password"); session_register("session_value"); $password=session_password; $value=session_value; then frame src=menu.php? and in the menu.php you need to have that: session_start(); (to start the sessions and create the sessions variable... :) Yours, M "Michael Thanry" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Hello everyone! > > I've a quick question I've been working on for a few days, look into the > archive of the mailing-list but found nothing relevant: > > How to forward a session variable such as a password to a page containing > frames? > I tried something like frame src=menu.php? =".session_id(); ?> but it didn't seem to work. > > Any idea or suggestion? > > Regards, > > Michael Thanry > -- 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]