[PHP] Sessions are so buggie in PHP ???

2001-07-11 Thread Marian
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

[PHP] Re: Sessions are so buggie in PHP ???

2001-07-11 Thread Marian
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 th

[PHP] mysql_connect or mysql_pconnect or DEATH ???

2001-03-06 Thread Marian Vasile
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

[PHP] Chat with PHP and MySQL - come and chat about Linux problems...

2001-03-15 Thread Marian Vasile
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

[PHP] File system or MySQL ?

2001-03-15 Thread Marian Vasile
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

[PHP] Anyone interested to build with me a chat software (in php and MySQL)

2001-03-20 Thread Marian Vasile
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] Compile .php file is possible ?

2001-03-29 Thread Marian Vasile
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

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Marian Vasile
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 PRO

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Marian Vasile
t'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 righ

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Marian Vasile
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 V

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Marian Vasile
ooking 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

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Marian Vasile
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.

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Marian Vasile
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 co

[PHP] Receive Header.

2001-09-26 Thread Marian Vasile
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

[PHP] Receive Header.

2001-09-26 Thread Marian Vasile
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

Re: [PHP] Receive Header.

2001-09-26 Thread Marian Vasile
@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 P

[PHP] Getting the file size, wtihout download... is this possible ?

2001-09-26 Thread Marian Vasile
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:

Re: [PHP] search engine submission

2001-09-26 Thread Marian Vasile
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]">new

Re: [PHP]session and frames: please HELP!!!!!

2001-09-26 Thread Marian Vasile
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,

[PHP] PLZ HELP with LOCK connection using MySQL

2001-05-24 Thread Marian Vasile
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] MySQL for translation ?

2001-04-13 Thread Marian Vasile
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]

[PHP] more an SQL issue but I can't find any help

2001-04-19 Thread Marian Vasile
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

[PHP] Many email... and just one mail function

2001-04-20 Thread Marian Vasile
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

[PHP] regex

2003-02-07 Thread Marian Feiler
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