[PHP] Re: Client Machine Name

2001-07-25 Thread Adrian Ciutureanu
http://php.net/manual/en/language.variables.predefined.php $REMOTE_HOST = gethostbyaddr($REMOTE_ADDR); Dominic [EMAIL PROTECTED] wrote It's there anyway to find out the client machine name by using php? Thanks! Dominic -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

RE: [PHP] php stand alone

2001-07-25 Thread Adrian D'Costa
I need both. Adrian On Tue, 24 Jul 2001, Tyler Longren wrote: when you configure php, don't specify a web server to use. ./configure --with-mysql would do the trick. ./configure --with-apxs=/path/to/apxs --with-mysql would not do the trick Tyler -Original Message

Re: [PHP] php stand alone

2001-07-25 Thread Adrian D'Costa
do it? Adrian On Tue, 24 Jul 2001, Gunther E. Biernat wrote: How do I compile php to work as a stand alone. Right now it is working thru the web but need to run it from a cron job. Have a look at http://www.php.net/manual/en/install.commandline.php The easiest thing of course would

RE: [PHP] php stand alone

2001-07-25 Thread Adrian D'Costa
This is on my intranet and is connected for a few minutes to pick up the mail. Adrian On Tue, 24 Jul 2001, scott [gts] wrote: but remember, if you put your cron/admin scripts into a directory on a publicly accessable webserver, you run the risk of having anonymous websurfers run your

[PHP] what would return?

2001-07-26 Thread Adrian D'Costa
program using lynx -dump http://localhost/filename.php /dev/null. My question is what will be returned to the filename.php. I need the unique id from the subject to do further processing? Any ideas. Adrian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP] Re: mail priority

2001-07-26 Thread Adrian D'Costa
it */ mail($recipient, $subject, $message, $headers); Adrian On Wed, 25 Jul 2001, Jack wrote: Dear folks, I am doing the email using mail() command. I wonder if there is anyone can tell me how do I do the priority attached with the message so that the mail get sent out with different priority

[PHP] Re: WSIWYG Editor using PHP?

2001-07-26 Thread Adrian Ciutureanu
All messages in this thread reffers to applications for edit PHP/HTML. The question was about a WSIWYG Editor for HTML files that runs in browser, not an application that you install and edit local files! Did anybody click on the link to EZEdit? Bob Clingan [EMAIL PROTECTED] wrote in message

[PHP] pro's and con's of storing images

2001-02-14 Thread Adrian Murphy
I'm putting togeather a simple website buider app. i'm allowing users to upload images.I'm wondering whether i should store those images in a database or create dirs for each user.the mysql db has a relatively small capacity but storing them to the db might make it simpler for me. also ftp

Re: [PHP] currency conversion

2001-02-15 Thread Adrian Murphy
How legal is this? can u use it on a website? free? - Original Message - From: Robin Vickery [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 15, 2001 10:46 AM Subject: Re: [PHP] currency conversion "c" == christian [EMAIL PROTECTED] writes: does anyone know of

[PHP] woe is me

2001-02-19 Thread Adrian Murphy
i'm sorry,i just had to share this with people who'd understand. we've just secured clients who are m$ affiliated and they insist everthing be done with asp. excuse me while i go off for a little cry. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail:

Re: [PHP] email a page as attachment

2001-02-21 Thread Adrian Murphy
In relation to this class: if i want to let users send an attachment,do i have to first upload the file to the server? - Original Message - From: Ankur Verma [EMAIL PROTECTED] To: kaab kaoutar [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, February 21, 2001

[PHP] Manuel Lemos's PHP POP3 class

2001-02-28 Thread Adrian Murphy
anyone using this class: whats a good way to extact the address of who sent the mail and stick it in a variable,in order to reply? -- 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

Re: [PHP] Newbie question about running JAVA classes on PHP scripts

2001-03-01 Thread Adrian Murphy
try this article: http://www.phpbuilder.com/columns/marknold20001221.php3 though i must admit i couldn't get it to work on windows. - Original Message - From: Federico Ragazzoni [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 01, 2001 9:24 AM Subject: [PHP] Newbie

[PHP] Problems porting from MySQL Server to MSSQL7 Server

2001-04-04 Thread Adrian Jurjica
$conn=mssql_pconnect($host,user,psw) or die("Error: connection failed!"); $rdb=mssql_select_db($name,$conn) or die("Error: DB does not exist"); $rez_q=mssql_query($query,$conn) or die("Error: Invalid SQL"); } The same code and function work fine in MySQL. W

Re: [PHP] function return

2001-04-06 Thread Adrian Murphy
should work(works for me).probly something simple. ?php function conn(){ $db = mysql_pconnect("localhost", "" ,""); mysql_select_db("database",$db); return $db; } $db = conn(); $result= mysql_query("select * from table",$db); while($myrow=MySQL_fetch_array($result)) {

Re: [PHP] Why a javascript have problem if it is dynamic load?

2001-04-09 Thread Adrian Murphy
I can't solve your problem but here's an alternative javascript that works in both IE/NS so u might want to give it a try: www.eudos.com/temp/onchange.htm hope it works. - Original Message - From: Carfield Yim [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 09, 2001 11:46

Re: [PHP] Name of variable to string

2008-02-08 Thread Adrian Bruce
tedd wrote: Hi gang: From a variable with the name of $this_variable -- how do I get a string 'this_variable' ? Cheers, tedd At some point or the other you will have to define $this_variable as $this_variable, so at that point you will have access to the string 'this_variable'. Even if

Re: [PHP] generate xls file on fly

2008-02-08 Thread Adrian Bruce
Hiep Nguyen wrote: hi friends, i have a php page with the following logic: html head titleDownload/title /head table trtdTitle/tdtdAuthor/td/tr ? $sql = select title,author from book where title != null and author != null; ? ? $rs = mysql_query($sql) or die(mysql_error()); ? ?

[PHP] CVS Scripts

2008-03-06 Thread Adrian Walls
, Adrian. Adrian Walls K-Point Internet Solutions Limited Tel: (028) 4175 4836 Mob:+44 (0) 7734473615 Email: [EMAIL PROTECTED] Web: http://www.kpoint.co.uk http://www.kpoint.co.uk/ Registered office: 8 Osborne Promenade, Warrenpoint, Newry, Co. Down BT34 3NQ Registered

RE: [PHP] CVS Scripts

2008-03-06 Thread Adrian Walls
the application on the fly. I had a look at cruisecontrol but its not really what I am looking for either. Adrian. -Original Message- From: Wolf [mailto:[EMAIL PROTECTED] Sent: 06 March 2008 15:42 To: Adrian Walls Cc: 'Eric Butera'; php-general@lists.php.net Subject: RE: [PHP] CVS Scripts

RE: [PHP] CVS Scripts

2008-03-06 Thread Adrian Walls
mistake again. -Original Message- From: Wolf [mailto:[EMAIL PROTECTED] Sent: 06 March 2008 15:26 To: Eric Butera Cc: Adrian Walls; php-general@lists.php.net Subject: Re: [PHP] CVS Scripts !-- snip -- CONFIDENTIALITY NOTICE This email is private and confidential and may contain legally

RE: [PHP] CVS Scripts

2008-03-07 Thread Adrian Walls
comments. Cheers, Adrian. -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: 07 March 2008 00:40 To: tedd Cc: php-general@lists.php.net Subject: Re: [PHP] CVS Scripts If you want to ask, and have answered, a question that's important to you, then consider asking it in a way

Re: [PHP] error warning while connecting to posgreSQL

2008-09-30 Thread Adrian Videnie
into the error.log. You shouldn't get anything in there anyway, if your application is bug free (hehe, we wish). This way, you have a little bit of flexibility in debugging a problem that might appear. Adrian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] mysql_connect() error

2005-09-03 Thread Cristea Adrian
Are you sure that is the 5-th line of your script? please give us first 1-10 lines (remove confidential data) for debuging... On 9/3/05, php general help php-general@lists.php.net wrote: Hi guys hope you can all help me here. im in the middle of making a script ( im still quite new), anyway

[PHP] displaying documents stored under web root

2006-03-10 Thread Adrian Bruce
Hi After some advice (surprise!) I currently store restricted documents beneath the web root so they are not accessible via the URL, when a valid user wishes to view a document i copy it to a temporary folder above the root and load it in a new page. the only way i can then manage to delete

[PHP] require_once hell

2006-03-29 Thread Adrian Bruce
Hi this may be a stupid moment but i cant find an help on google so.i am including two classes in my code using the require_once(path to file) method. this works fine for the first class but when including the second it simply outputs the contents on to the page. I feel I must be

[PHP] Date addition problem

2006-03-29 Thread Adrian Bruce
Hi I am having an unusual problem when trying to calculate dates in advance from a start date. the code below shows a loop where by on each run an increasing number of weeks is added to the start date, this works as expected up untill the 8th time where for some reason it produces 01-11-05

Re: [PHP] Date addition problem

2006-03-29 Thread Adrian Bruce
month have 31 days. You don't check the amount of day there... :) on Wednesday 29 March 2006 14:51, Adrian Bruce wrote: Hi I am having an unusual problem when trying to calculate dates in advance from a start date. the code below shows a loop where by on each run an increasing number of weeks

Re: [PHP] Date addition problem

2006-03-29 Thread Adrian Bruce
: $startdate -- -- --$nextdate/h1; } ? [/snip] Adrian Bruce wrote: That should not effect it, if i am adding $i * 7 days each time then i should get the date that comes 7 days later irrespective of how many days are in the month, shouldn't I ? 8 * 7 = 56, 56 days after the 07-09-05 is 02-11-2005

[PHP] PHP LDAP - Single Sign On

2006-06-27 Thread Adrian Bruce
Hi all Sorry if this has been asked before but i am currently drawing a blank STW etc.. is there any way of retrieving the user name of a user (through the browser) that has logged on to a network (windows OS). I have used php with LDAP before and made the user log into the website, however

Re: [PHP] PHP LDAP - Single Sign On

2006-06-28 Thread Adrian Bruce
thanks for the response, i can see how this works (i think) for basic authentication with user input,but what i really need is to actually retrieve the logged on user name after a user has logged into windows. i.e. the user name that the http client passes to the apache mod has been captured

[PHP] How can I count the usage of mail function in scripts?

2005-10-18 Thread Cristea Adrian
Hello peoples! short question: How can I count the usage of mail function in scripts? long description :D I have a webserver, and I want to limit the usage of mail function for each host I have there.. Notice that i have a couple of hundrest of virtual hosts (domains and subdomains) there, and

Re: [PHP] selected index

2005-10-25 Thread Adrian Bruce
dont know of a function but this should work $size = count($array); for($i=0;$i$size;$i++){ if($selected_person == $array[$i]){ echoindex: $i; } } Adrian Ross wrote: Hi, I have an array $people= array (ross, bob, chris) I have a variable $selected_person = chris I want

Re: [PHP] create HTML page on the fly

2005-10-25 Thread Adrian Bruce
I think you can use a different handle when using fwrite() which will make php create a file if one is not already there: something like if ($fp = fopen($file,x+)){ echoopened; } fwrite($fp,$content); fclose($fp); Ade Angelo Zanetti wrote: Hi guys. I've created a small

Re: [PHP] Detailed Report

2005-10-27 Thread Adrian Bruce
load each row of the resultset into an array $row using mysql_fetch_array(), each field in the result set row will be held in the corresponding array element. while ($row = mysql_fetch_array($resultset, MYSQL_NUM)){ echo$row[0] | $row[1] | $row[2]; } Hope this helps, Ade Danny wrote:

Re: [PHP] Detailed Report

2005-10-27 Thread Adrian Bruce
[0] == $group){ echo $row[1] | $row[2]; } else{ echo$row[0]br/br/$row[1] | $row[2] | $row[3]; } $group = $row[0]; } Ade Danny wrote: Thanks for your help Adrian, but the problem is that I need to show row[0] once (Customers text are repeated), and below

Re: [PHP] post and variables

2005-11-10 Thread Adrian Bruce
if (($_POST['$table_name']) == 1){ //do something } what you have is essentialll looking for a posted value called '$table_name== 1'! Ross wrote: Thanks fpr all the feedback on the password but I have another one... How do I use $_POST with variables. Cant find an example of this

[PHP] Dynamic DB query - form display

2005-11-18 Thread Adrian Bruce
appreciated! Adrian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Dynamic DB query - form display

2005-11-18 Thread Adrian Bruce
weclome! Thanks for the tip by the way, i ended up doing the following $field = stripslashes(htmlentities($field,ENT_QUOTES)); Adrian David Grant wrote: Hi Adrian, This appears to be a security hole, but since that wasn't the reason for the question, please try: echoinput type='text' value

[PHP] Automatic log out

2005-12-01 Thread Adrian Bruce
the back button! Thanks a lot in advance Adrian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] One big file or many includes?

2005-12-16 Thread Adrian Bruce
and get into the coding but with more complex requirements its a recipe for disaster, wait until you client asks for a few seemingly simple changes and then you realize just how important a good design and plan is. good luck Adrian Aaron Koning wrote: I don't know about whats best

[PHP] upload path

2005-12-16 Thread Adrian Bruce
hi all a quick one i hope! i am trying to allow users to save a set of data as a csv file when clicking on a link on our intranet. i can do all the formatting and output to file but i would like the user to be able to specify where the file is saved in the same way as they would choose a

Re: [PHP] upload path

2005-12-16 Thread Adrian Bruce
i see what you mean but i dont think that will work for me, ideally just want them to choose a location after which i will create the file in this location. the only option i can think of the moment is to default to the users home directory. Ive just realised that the subject of my email is

Re: [PHP] upload path

2005-12-16 Thread Adrian Bruce
aaah, scrap that, i think i have solved my own problem, thanks for your time anyway, Jay Blanchard wrote: [snip] i see what you mean but i dont think that will work for me, ideally just want them to choose a location after which i will create the file in this location. the only option i

[PHP] gdf fonts

2005-12-21 Thread Adrian Bruce
like something that would be produced by a spectrum or commodore 64! Thanks Adrian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Maps and plotting data

2006-01-10 Thread Adrian Bruce
Has anyone used any of the php mapping classes that are available? (Image_GIS etc) I would like to create dynamic maps and plot data i.e. postcodes on them like you do in applications like map-point. I am not quite sure if there is any php scripts/programs that already do this or if i have

Re: [PHP] Is there a way to display data from database for Select Options in a form?

2006-01-10 Thread Adrian Bruce
Something along these lines will work fine ?php $query = mysql_query(select dates from table ) or die (mysql_error()); echoselect name='test'; while ($row = mysql_fetch_array($query, MYSQL_NUM)){ echooption value='$row[0]'$row[1]/option; } echo/select; ? Regards Ade Sue wrote:

Re: [PHP] Is there a way to display data from database for Select Options in a form?

2006-01-10 Thread Adrian Bruce
solution Jochem Maas wrote: teaching noobs to output html while (oun intended) looping thru a result set is counter-productive. discuss. Adrian Bruce wrote: Something along these lines will work fine ?php $query = mysql_query(select dates from table ) or die (mysql_error()); echoselect name

Re: [PHP] PHP and LDAP...

2006-01-17 Thread Adrian Bruce
David I found this resource usefull when authenticating users against LDAP, its easy to set up and use. http://adldap.sourceforge.net/ Ade David BERCOT wrote: Hi, I'm new on this list and with PHP. But I am a old web developer (with ASP). I'm looking for verifying a username/password in

Re: [PHP] Newbie Help!! Please Look!

2001-04-19 Thread Adrian D'Costa
use wordpad. Adrian On Wed, 18 Apr 2001, Tony Daniels wrote: I used notepad and it shows some weird symbols like darkened in squares. That is why I was wondering if there was a specific program. Is there any way to get rid of the squares? Thank for your help. Jason Murray wrote

[PHP] how do I do this

2001-04-23 Thread Adrian D'Costa
city and is linked to the country table with the countryid. The flight.contid and flight.cityid holds values of the the country and city tables. TIA Adrian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP] how do I do this

2001-04-24 Thread Adrian D'Costa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks. This is what I was looking for. I will try and hack the example Adrian On Tue, 24 Apr 2001, Philip Olson wrote: I missed this thread but check out : http://zend.com/zend/tut/drop-down.php regards, philip On Tue, 24 Apr

[PHP] Re: Posting to a form

2001-04-24 Thread Adrian D'Costa
I had this problem when I saved the page as a .html rather than a .php Adrian On Mon, 23 Apr 2001, Wade wrote: I'm trying to do the following input type=text tabindex=17 name=Aname value= ? echo strtoupper($Aname); ? But when Aname is multiple words, such as Wade Williams

[PHP] Re: columns

2001-04-28 Thread Adrian D'Costa
On Sat, 28 Apr 2001, Adrian D'Costa wrote: hi, I have listed the code below. I have the below table: | id | int(11) | | PRI | | auto_increment | | operator | varchar(30) | | | || | email| varchar(35) | YES

[PHP] Sessions memory allocation problem

2005-01-29 Thread adrian zaharia
? Or is a bug and i should report it? I mention that I NEED the 2 functions so removing them is not THE solution. Nor setting in php.ini a huge memory limit :( Thank you, Adrian Zaharia -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Sessions memory allocation problem

2005-01-31 Thread adrian zaharia
Richard Lynch wrote: adrian zaharia wrote: Hi, I am testing the following code that pushes a file to the browser (Apache 1.3 + PHP 4.3.8 but tested also under several other configs) Try it with a BIG test1.zip (e.g. 100M in size) ?php ignore_user_abort(); set_time_limit(0

Re: [PHP] mysql, php, checkbox

2002-12-03 Thread Adrian Partenie
? echo form method=\post\ action=\selectare.php?ids[]\; echo input type=\Submit\ value=\Trimite\; /* Connecting, selecting database */ $link = mysql_connect(localhost, root, adrian) or die(Could not connect); print Connected successfully

Re: [PHP] mysql, php, checkbox

2002-12-05 Thread Adrian Partenie
Indeed, now it works, I put the form tag by mistake... Thanks, Adrian - Original Message - From: rija [EMAIL PROTECTED] To: Adrian Partenie [EMAIL PROTECTED] Sent: Tuesday, December 03, 2002 11:30 PM Subject: Re: [PHP] mysql, php, checkbox There are form/form tags around input type

RE: [PHP] arguments against moving site from Linux/Apache/PHP server to Windows/IIS/PHP needed

2003-07-23 Thread Adrian Teasdale
take Adrian sourceguardian.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Which templates to use??

2003-07-27 Thread Adrian Teasdale
Adrian sourceguardian.com -Original Message- From: Binay Agarwal [mailto:[EMAIL PROTECTED] Sent: 26 July 2003 01:04 To: [EMAIL PROTECTED] Subject: [PHP] Which templates to use?? Hi all! As a php developer i need to know how can i separate my business logic tier

RE: [PHP] Re: Opinions on Micro$oft .NET

2003-08-01 Thread Adrian Teasdale
I'd just like to say that I've found this discussion to be very interesting and enlightning. It also makes a change to see people not microsoft bashing but taking an objective view on everything. We keep getting more and more requests to develop products for .net because our clients want

[PHP] WYSIWYG online editor for Macintosh?

2003-08-27 Thread Adrian Teasdale
Hi there. Slightly OT, but it's for a PHP project... We normally use a plug-in WYSIWYG editor so that our clients can manage their content in a word-like interface. Normally this works fine, but this time when we've completed the site we've discovered they have an entire department that is 100%

RE: [PHP] WYSIWYG online editor for Macintosh?

2003-08-29 Thread Adrian Teasdale
Step (and everyone else who has replied directly) thanks for the links. I'll do some research and will post my results. The client is using OS9 and OSX so I need to find something that works with both. It's looking like Java at this moment in time. Thanks again Ade -Original Message-

RE: [PHP] Encrypt/Serialize Source Code for Sale

2003-09-09 Thread Adrian Teasdale
There is also a free obfuscator at SourceGuardian: http://www.sourceguardian.com/downloads/sg20.zip The encryption tools to look at are: Zend encoder SourceGuardian Pro Turck MMCache Ioncube Doing a google search for any of the above will bring up enough for you to work with -Original

[PHP] Elance/rentacoder type scripts

2003-09-10 Thread Adrian Teasdale
Hi there Just being a little lazy. Does anyone know of a set of PHP scripts that will run a site similar to elance.com or rentacoder.com? Got a client asking for something similar and rather than invent the wheel I thought I'd ask :) Thanks Ade -- PHP General Mailing List

RE: [PHP] Elance/rentacoder type scripts (please ignore previous)

2003-09-10 Thread Adrian Teasdale
Sorry, Ignore the previous message. I should have looked at Hotscripts.com first :( Ade -Original Message- From: Adrian Teasdale [mailto:[EMAIL PROTECTED] Sent: 10 September 2003 17:32 To: [EMAIL PROTECTED] Subject: [PHP] Elance/rentacoder type scripts Hi there Just being

RE: [PHP] Shopping Cart Solutions

2003-09-22 Thread Adrian Teasdale
Charles Try oscommerce.org - it's an open source app written in PHP that has a fantastic community and is incredibly feature-rich. I'm not associated with the project, but I have used it Best regards Ade Sourceguardian.com -Original Message- From: Charles Kline [mailto:[EMAIL

[PHP] Replace ultimate affiliate with a PHP offering

2003-06-05 Thread Adrian Teasdale
hi there We are currently using Ultimate Affiliate (a series of perl scripts) to run an affiliate program. We are wanting to move over to a purely-php offering mainly for integration etc. Does anyone have any recommendations for affiliate scripts (either paid or open source) whihc are as good,

[PHP] Page loading time

2003-06-07 Thread Adrian Teasdale
Hi What is the easiest way to find out how long a page takes to load? I have a client that is concerned about how long the pages are taking and I want to find some way of analysing it. Is there a PHP script that can do this? Ade -- PHP General Mailing List (http://www.php.net/) To

[PHP] PHP Helpdesk

2003-06-07 Thread Adrian Teasdale
Hi there Anyone have a PHP Helpdesk that they'd recommend. We are using Perldesk at the moment, so want something as good, but preferably better :) Thanks Ade -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Socket problem

2003-05-29 Thread Adrian Zaharia
. Regards, Adrian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] session

2003-06-02 Thread Adrian Portsmouth
The value isn't available until the next page and you should register with $_SESSION[name]=$_POST[name]; HTH Ade www.phpscriptsearch.com -Original Message- From: Aris Santillan [mailto:[EMAIL PROTECTED] Sent: 02 June 2003 11:55 To: Php (E-mail) Subject: [PHP] session hi this code

[PHP] heavy traffic portal site

2003-06-03 Thread Adrian Teasdale
Hi there We have been contacted about creating a portal site which will have some heavy usage. They are talking about having 100,000 subscribed users to the system which will have the following: 1. Web based email 2. Calender (for the persons own use, not shared) 3. File store (and sharing)

RE: [PHP] heavy traffic portal site

2003-06-03 Thread Adrian Teasdale
looking for a single, (semi)-integrated app such as Horde, or would you be interested in individual solutions that could be merged together? --- Adrian Teasdale [EMAIL PROTECTED] wrote: Hi there We have been contacted about creating a portal site which will have some heavy usage

[PHP] Best open source banner advertising application

2003-06-05 Thread Adrian Teasdale
Hi there We are looking for an open source banner advertising application to integrate into a site. The site will be getting a LOT of hits, so something that will scale well, report well and just work well would be useful. Anyone got any thoughts on their preferred application? I'd be interested

RE: [PHP] check is pop address

2003-06-11 Thread Adrian Teasdale
Chris If you use a service like geoip I know that they have a list of all the free email providers and you can check against this database. This is useful as one tool for anti-fraud checking. Not sure if this is what you were looking for, but I thought I'd throw it in. Ade sourceguardian.com

[PHP] creation of a robot

2003-06-11 Thread Adrian Teasdale
Hi there We have a requirement to create a robot to search for specific keywords on the web. Has anyone done this before and have any suggestions as to where we should start? I don't think that this is a light undertaking! :) Are there any existing tools out there which can be plugged in to do

[PHP] shorthand if notation

2003-06-11 Thread adrian GREEMAN
- if(){} etc?? [And please excuse a slightly off-thread but related extension to the question but I have seen similar in Javascript - namely --- var evt = (evt ? evt : ((window.event) ? window.event : null); is this the same notation or something else?] RegardsAdrian Greeman -- PHP General

[PHP] piping email directly into PHP

2003-06-11 Thread Adrian Teasdale
Hi there We are wanting to create a little help/crm tool for internal use. Rather than reading (and parsing) in an email from a pop account, is it now possible to pipe email in directly to a database via PHP? If so, any pointers on how to do it and anything to watch out for? Thanks in advance

RE: [PHP] piping email directly into PHP

2003-06-11 Thread Adrian Teasdale
Wow, thanks! A nice detailed reply that should keep me busy for a good few hours All the best Ade -Original Message- From: John S. Huggins [mailto:[EMAIL PROTECTED] Sent: 11 June 2003 23:02 To: Adrian Teasdale Cc: [EMAIL PROTECTED] Subject: Re: [PHP] piping email directly into PHP

[PHP] parse_str and NULL entry problem

2003-06-11 Thread Adrian Bolzan
and 4? What I need to do is split the string into fields separated by the symbol, and then split the subsequent fields into subfields separated by the = character. I then need the values, such as 3, 4, Y, N, Running, Queued, etc. Any help would be appreciated. Adrian -- PHP General

RE: [PHP] piping email directly into PHP

2003-06-12 Thread Adrian Teasdale
, Adrian Teasdale wrote: Hi there We are wanting to create a little help/crm tool for internal use. Rather than reading (and parsing) in an email from a pop account, is it now possible to pipe email in directly to a database via PHP? If so, any pointers on how to do it and anything

[PHP] parse_str and NULL entry problem

2003-06-15 Thread Adrian Bolzan
of 3 and 4? What I need to do is split the string into fields separated by the symbol, and then split the subsequent fields into subfields separated by the = character. I then need the values, such as 3, 4, Y, N, Running, Queued, etc. Any help would be appreciated. Adrian -- PHP

RE: [PHP] PHP, server load and optimize

2003-07-14 Thread Adrian Teasdale
Hope this helps Adrian sourceguardian.com -Original Message- From: Jon Shoberg [mailto:[EMAIL PROTECTED] Sent: 14 July 2003 14:23 To: [EMAIL PROTECTED] Subject: [PHP] PHP, server load and optimize Is there a way to execute a few continuous lines of PHP code before the engine

[PHP] Automatically creating an image of another website

2003-07-14 Thread Adrian Teasdale
I would like to be able to point PHP to a URL and for it to create an image (like a screenshot) of that website. We are putting together a useful links section for a client and to have this facility would be great. Anyone done this sort of thing before? Any ideas would be very useful Thanks in

RE: [PHP] Automatically creating an image of another website

2003-07-14 Thread Adrian Teasdale
: Adrian Teasdale [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [PHP] Automatically creating an image of another website Date: Mon, 14 Jul 2003 17:33:20 +0100 I would like to be able to point PHP to a URL and for it to create an image (like a screenshot

RE: [PHP] Automatically creating an image of another website

2003-07-14 Thread Adrian Teasdale
OK, thanks for this suggestion Jason. I'll try it and see and then see if I can find any alternative Best regards Adrian -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED] Sent: 14 July 2003 20:34 To: [EMAIL PROTECTED] Subject: Re: [PHP] Automatically creating an image

RE: [PHP] zend optimizer for 4.3.2

2003-07-17 Thread Adrian Teasdale
I might be wrong (it's been known in the past!) but I think that theirs supports 4.3.x Best regards Adrian sourceguardian.com -Original Message- From: Michael Rubin [mailto:[EMAIL PROTECTED] Sent: 17 July 2003 10:30 To: [EMAIL PROTECTED] Subject: [PHP] zend optimizer for 4.3.2

RE: [PHP] can't restart session

2003-07-21 Thread Adrian Portsmouth
In order to use the set_cookie method to kill a session_id you need to specify the name of the session, you have used 'user_info' but nowhere in your code do you specify the session_name(user_info) as the sessions name. HTH Ade -Original Message- From: Chris W. Parker [mailto:[EMAIL

RE: [PHP] can't restart session

2003-07-22 Thread Adrian Portsmouth
Chris, As I said, you are not calling your session user_info, the only way to name a session is to use session_name() BEFORE session_start() if you are not using a session_name call then change your setcookie call to the following and this should kill it for you: setcookie(session_name(),,,/);

RE: [PHP] Protect Access to a Directory

2003-02-05 Thread Adrian Portsmouth
Try using htaccess authentication instead? -Ade www.phpscriptsearch.com -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED]] Sent: 05 February 2003 07:06 To: [EMAIL PROTECTED] Subject: Re: [PHP] Protect Access to a Directory On Wednesday 05 February 2003 04:06, Pushpinder

[PHP] PHP 5

2003-02-17 Thread Adrian Portsmouth
Hi, I have been checking out the books on Amazon.com and it seems there is a PHP5 book in the works due to be released on March the 4th. Does anyone know where I can find out information about this new release of PHP, what changes there are etc? TIA Adrian www.phpscriptsearch.com -- PHP

[PHP] crypt() MD5 problem on PHP 4.2.3

2003-02-24 Thread Adrian Ciutureanu
hi all, ?php echo 'pre' . 'CRYPT_STD_DES ' . CRYPT_STD_DES . \n . 'CRYPT_EXT_DES ' . CRYPT_EXT_DES . \n . 'CRYPT_MD5 ' . CRYPT_MD5 . \n . 'CRYPT_BLOWFISH ' . CRYPT_BLOWFISH . '/pre'; echo crypt('clear_pass', '$1$salt1234$'); ? // outputs CRYPT_STD_DES 1 CRYPT_EXT_DES 0

RE: [PHP] FormatDateTime in PHP

2003-02-25 Thread Adrian Portsmouth
No don't use the PHP date function, MySQL has an inbuilt function exactly for this. See DATE_FORMAT http://www.mysql.com/doc/en/Date_and_time_functions.html HTH Adrian www.phpscriptsearch.com -Original Message- From: Chris Hayes [mailto:[EMAIL PROTECTED] Sent: 25 February 2003 12:32

RE: [PHP] Where to publish extension?

2003-03-02 Thread Adrian Portsmouth
trying to contact various people within the PHP group without any success at all. HTH Adrian www.phpscriptsearch.com -Original Message- From: Niels Andersen [mailto:[EMAIL PROTECTED] Sent: 02 March 2003 13:31 To: [EMAIL PROTECTED] Subject: [PHP] Where to publish extension? Hello! I have

[PHP] Re: fopen/fgets

2003-03-06 Thread Adrian Ciutureanu
you close the input file in while loop ( fclose($fp); ) Bryan Koschmann - Gkt [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Can someone give me a hand here? I am really lost as to what is going on. I have a file that looks like this user1,Store 1 - ABC street user2,Store 2 -

RE: [PHP] javascript

2003-03-07 Thread Adrian Portsmouth
Yes until a user comes along with JS disabled. Ade www.phpscriptsearch.com -Original Message- From: Niklas Lampén [mailto:[EMAIL PROTECTED] Sent: 07 March 2003 14:04 To: 'Php-General' Subject: RE: [PHP] javascript Advantage is obvious! If there is a field user didn't fill up, you can

[PHP] Array syntax not covered in documentation

2003-03-12 Thread adrian porter
a user function but I do this kind of thing very often (grab the contents of an array value in one line of code) and want to be able to do it without splitting it into multiple lines. Is that possible? thanks. adrian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] Mod Rewrite Session IDs

2003-03-18 Thread Adrian Portsmouth
Hi everyone, I am currently installing mod-rewrite to change all of my URL's from: www.domain.com/category.php?ID=1 To www.domain.com/category_name.html So that they are more search engine friendly. However one problem I face is that I cannot think of any way to write the session ID which

RE: [PHP] Banner ad solution?

2003-03-21 Thread Adrian Portsmouth
Hi Mike, Try my web site www.phpscriptsearch.com there are a couple of Banner Management utilities under the Ad Management Category. HTH Ade -Original Message- From: MIKE YRABEDRA [mailto:[EMAIL PROTECTED] Sent: 20 March 2003 17:00 To: PHP List Subject: [PHP] Banner ad solution?

<    1   2   3   4   >