[PHP] protect code or something like..

2002-06-14 Thread Rodrigo Peres
Hi list, I have a project that was develop in a partnership, now this partners doesn't so partners anymore :-/ My question is there's a way to create a protection that I can trace if the software was installed in other servers?? I mean not hide the code, but put an important include of the projec

[PHP] Imgeupload to mysql beyond 1 kb fails

2002-06-14 Thread Are Haugsdal
Hi Images under 1 kb uploads and shows fine. Images larger than this is inserted into database, with correct file size, but does not show when calling a php file get_image.php as a image. Below is from my database, the image with id 33 does not show, the image with id 34 do show. When having the

[PHP] Imgeupload to mysql beyond 1 kb fails

2002-06-14 Thread Are Haugsdal
Hi Images under 1 kb uploads and shows fine. Images larger than this is inserted into database, with correct file size, but does not show when calling a php file get_image.php as a image. Below is from my database, the image with id 33 does not show, the image with id 34 do show. When having the

[PHP] Editor

2002-06-14 Thread Adrian Greeman
I am just surprised that noone mentioned HTML-Kit among all the editors suggested. I think it is fine and it even gives you a quick preview in browser window for HTML. It gives you PHP among various other options colouring the code differently and you can just highlight code to surround it with

Re: [PHP] getting help on php

2002-06-14 Thread Jason Wong
On Friday 14 June 2002 22:36, Hotmail wrote: > 1- Is there a function in php that refreshes my page ? Short answer, no. Longer answer depends on what you want to do and what you mean by 'refresh page'. > 2- Is there a function that lets me open a new window ? No, that's a client-side operation

Re: [PHP] getting help on php

2002-06-14 Thread R'twick Niceorgaw
1. use META TAGS to refresh the page 2. use javascript to open a new window - Original Message - From: "Hotmail" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 14, 2002 10:36 AM Subject: [PHP] getting help on php Dear sir, I have two questions : 1- Is there a function

Re: [PHP] Quick question

2002-06-14 Thread Marek Kilimajer
Quick answer: the same for radio boxes. Dan McCullough wrote: >I have a form, and if someone doesnt fill in a field it returns and asks them to >filling in the >missing field. I have made it so that the person doesnt lose everything, currently >they will lose >radio button information or c

Re: [PHP] Passing variables from one page to another

2002-06-14 Thread Jason Wong
On Friday 14 June 2002 22:16, Don wrote: > Hi, > > Does anyone have a PHP method of passing variables from a form to another > page without using "sessions" or encoding within the URL? > > I remember someone mentioning a class but I lost the reference. My site > uses PHP 4.0.1Pl1 Use POST. -- J

[PHP] getting help on php

2002-06-14 Thread Hotmail
Dear sir, I have two questions : 1- Is there a function in php that refreshes my page ? 2- Is there a function that lets me open a new window ?

[PHP] Quick question

2002-06-14 Thread Dan McCullough
I have a form, and if someone doesnt fill in a field it returns and asks them to filling in the missing field. I have made it so that the person doesnt lose everything, currently they will lose radio button information or checkbox information. Can someone tell me how to best keep it so the ch

[PHP] Passing variables from one page to another

2002-06-14 Thread Don
Hi, Does anyone have a PHP method of passing variables from a form to another page without using "sessions" or encoding within the URL? I remember someone mentioning a class but I lost the reference. My site uses PHP 4.0.1Pl1 Thanks, Don

[PHP] XML Feed

2002-06-14 Thread Necro
I am currently trying to implement XML Parsing on a site using the XML News Feed of another site. The site puts two versions of the news in its file though: - Tsunami 2265 Date, Demo http://www.shacknews.com/onearticle.x/20959 - Tsunami 2265 Date, Demo http://www.shacknews.com/onear

Re: [PHP] MySQL Query Help!!!!

2002-06-14 Thread Mark Gallagher
Chris Kay wrote: >>The query does not error out it just does not give any records, and I > > Know > > What part of "The query does not error out" do you not understand. > > Why are there so many people willing to say what is wrong with a code but when it >comes to > A solution that go silent.

Re: [PHP] session variables in OOP....

2002-06-14 Thread 1LT John W. Holmes
If you want to do it right, don' t output anything, obviously. Instead of using ECHO, assign all output to a variable within your class. Then, at the end of the processing, after everything is done, echo out that variable (which will contain the entire page). Then you can set cookies, sessions, wh

Re: [PHP] session variables in OOP....

2002-06-14 Thread W. Enserink
Hi all, Nick: thx for the tip, it removed the error, and might further be a good idea: except: do you know if I can declare session variables and use them in between the output buffer statements like this: (i tried it but it doesn't seem to work)?? greetings Wilbert include ("class.basepage.p

RE: [PHP] SSL Support for PHP....

2002-06-14 Thread Henrik Johansson
Hi. You probably want to use Windows 2000 Server instead; after all, Windows XP is more or less targeted against workstations and home use (as of yet). It may need some tweaking to be suitable for server-use. Consider the complexity of all DCOM+ components that coexist and rely on various service

Re: [PHP] session variables in OOP....

2002-06-14 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Wilbert Enserink declared > I hope you understand my problem and have some tips for me. Below is some code >snippets I'm using: Actually it's a little tricky to understand ;-) Have you considered output buffering? - -- Nick Wilson

[PHP] session variables in OOP....

2002-06-14 Thread Wilbert Enserink
Hi all, I'm busy building a site which uses OOP. Several classes are used to constuct different sections of the final page to be displayed. The overall class is called class.basepage.php This is the page which outputs HTML and calls other classes to construct other parts of the page. Now I h

[PHP] Error in enabling Image module in Php

2002-06-14 Thread Arul Venkatesh Kandaswamy
Hello folks, When i tried to install php.My make command stops with the following error gd.c:95: conflicting types for `gdIOCtx' /usr/local/include/gd_io.h:18: previous declaration of `gdIOCtx' gd.c: In function `php_if_imagecreatefromgif': gd.c:1209: `gdImageCreateFromGif' undeclared (first use

Re: [PHP] Nested IF's (Is there a LIMIT ?)

2002-06-14 Thread Neil Freeman
Maguma Studio for PHP Light will do the job. Neil Daniel Negron/KBE wrote: > ** > This Message Was Virus Checked With : SAVI 3.58 May 2002 > Last Updated 11th June 2002 >

Re: [PHP] Extracting from an Array

2002-06-14 Thread Andre Dubuc
Hi John, Sorry about the delayed mail. Anyway, I kept at it, and debugged every line with no success. Finally, I rewote it, and it worked?? [Sigh . . . one of those days :>] Thanks again for all your help. Regards, Andre On Thursday 13 June 2002 11:28 pm, you wrote: > Step through your cod

Re: [PHP] Reg-Maximum allowed size for uploaded files

2002-06-14 Thread Stuart Dallas
On Friday, June 14, 2002, 11:51:22 AM, SenthilVelavan wrote: > How to increase the time out time.Whether we have to edit the httpd.conf or > php.ini file to increase the > time out time. Per script: http://www.php.net/set_time_limit In PHP.ini: http://www.php.net/manual/en/configuration.php#ini.m

Re: [PHP] Reg-Maximum allowed size for uploaded files

2002-06-14 Thread SenthilVelavan
Thanks Chris for your immediate response.Yes we got the error page not found when we cross 7.5 MB. How to increase the time out time.Whether we have to edit the httpd.conf or php.ini file to increase the time out time. Any help is appreciated. thanks in advance, SenthilVelavan.P - Original Me

Re: [PHP] Shut down server

2002-06-14 Thread Rosen
Thanks, but the idea is another user only to start and shutdown the server. Any ideas ? Thanks, Rosen Bruce Karstedt <[EMAIL PROTECTED]> wrote in message 00ea01c21339$e7856d60$4773d73f@c3">news:00ea01c21339$e7856d60$4773d73f@c3... > This is a bad idea from a security standpoint. If your server

[PHP] Re: [PHP-WIN] SSL Support for PHP....

2002-06-14 Thread Stuart Dallas
On Friday, June 14, 2002, 11:07:24 AM, Brian McGarvie wrote: > Basically then there is no real reason for Apache over IIS on win2k server? Not now Apache 2 is here. Apache 1.x has always been considered by the Apache group as beta code and therefore not suitable for use in a production environmen

[PHP] RE: [PHP-WIN] SSL Support for PHP....

2002-06-14 Thread Brian McGarvie
Basically then there is no real reason for Apache over IIS on win2k server? I am the admin of the Webservers, but the overall network manager would like to keep it MS-centric just because all the rest is. With our leased line we aqquired 16 ips, so in the IIS config I would just use that IP an

[PHP] get_object_vars()

2002-06-14 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everyone, I'm using get_object_vars() to unset all of the object vars in a function like this: function destroy_properties($obj) { if($properties=get_object_vars($obj)) { foreach($properties as $key => $val) {

[PHP] Re: [PHP-WIN] SSL Support for PHP....

2002-06-14 Thread Stuart Dallas
On Friday, June 14, 2002, 9:13:59 AM, Brian McGarvie wrote: > How does IIS fair against Apache with servring multiple sites? each site will be >like... http://customername.ourdomain.co.uk Both are capable of serving multiple sites without any issues that I am aware of. > Also - more an IIS/Apac

[PHP] Re: Email validation

2002-06-14 Thread Pedro Pontes
That one does not accept '+'. In fact, that was the 1st time I ever saw such a character in an e-mail address. I did not check the RFC, but if it is valid, just add the '+' char to the reg. exp. like this: function mailCheck($strEMailAddress) { return eregi("^[_a-z0-9+-]+(\.[_a-z0-9+-]+)*@[a-z0

RE: [PHP] SSL Support for PHP....

2002-06-14 Thread Brian McGarvie
Also... IF Apache... what version? > -Original Message- > From: Brian McGarvie > Sent: 14 June 2002 9:14 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [PHP] SSL Support for PHP > > > Right... > > Back to the old bombshell of which webserver... > > I have'nt seen any re

Re: [PHP] HTTP Compression

2002-06-14 Thread Daniel Tryba
On Fri, Jun 14, 2002 at 08:58:29AM +0100, Webmaster do Aborla.net wrote: > I would like to know how can I compress the output of PHP through Zlib. You mean like: http://www.php.net/manual/en/function.ob-gzhandler.php -- Daniel Tryba -- PHP General Mailing List (http://www.php.net/) To uns

[PHP] Replace characters

2002-06-14 Thread Bård Tommy Nilsen
I am getting the values out from an image with iptcparse, but som charachters like æ and å (norwegian) Doesnt work. I get "F¾rder instead of "Færder" And "StŒende" instead of "Stående". Could i do anything about this to get i right ?? Could it have somehting to do with it that the images a

Re: [PHP] SSL Support for PHP....

2002-06-14 Thread Chris Bunting
Hello, I'm not to sure about the servers. I use Windows XP Pro and I'm coding and stuff offline to learn more about php, lasso and mysql. I've been doing this awile now but I've had problems with various php/mysql scripts. I usually get scripts from hotscripts.com and have prolly about 100 di

RE: [PHP] beginner in PHP

2002-06-14 Thread Tim Ward
You're insetting the variables within the chout() function only This has no effect on the local copies as they are not in scope here. You have successfully destroyed the session so when you refresh they are unset. What I do with sessions is keep them all within a session array so you can then des

[PHP] row pointer

2002-06-14 Thread Zac Hillier
Hi I'm looking for a php function that will return the position of the pointer in a mysql recordset. I found mysql_data_seek, but this appears to only move the pointer, I need to get the equivalent row number for the pointer position before moving it, then return to the same position. Can anyon

[PHP] SSL Support for PHP....

2002-06-14 Thread Brian McGarvie
Right... Back to the old bombshell of which webserver... I have'nt seen any reports which say what is better... Here is my issue: The webserver I am setting up will potentially host 4 or 5 sites... How does IIS fair against Apache with servring multiple sites? each site will be like... http:

[PHP] "fishcart" on win98

2002-06-14 Thread savaidis
I have a problem trying to install Fishcart on my win98 system.(Also a ActivePerl problem) Has anyone succeed this? PS Sorry for non-topic. I had no answer from the "fishchart" list. Makis -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] HTTP Compression

2002-06-14 Thread Webmaster do Aborla.net
Hi, I would like to know how can I compress the output of PHP through Zlib. Thanking in advance, Nuno Lopes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Linux DBG-GUI

2002-06-14 Thread Philipp Melab
I'm using SuSE 8.0 and i need a free GUI to use with DBG. yours Philipp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Advanced User Authentication <--- solved

2002-06-14 Thread Chris Bunting
Hi All, Here is a link to an easy to use session program. Has all the code needed I think. This is what I have been using to get used to sessions and all. http://www.trios.org/php/sessions/ Hope this helps soneone, Chris _ Send

RE: [PHP] Nested IF's (Is there a LIMIT ?) <<<<< SOLVED

2002-06-14 Thread Daniel Negron/KBE
I re-arranged the order of IF execution all together. Email Validation First then Form Validation. Thanx Martin and Miguel for your responses. Finally going to bed, have to be up in 3 hours. Thank You <><><><><><><><><><><><><><><><> Daniel Negrón Lotus Notes Administrator / Developer KB

<    1   2