[PHP] Encode a PHP script

2001-01-30 Thread Ian
Any comments of Zend Encoder Unlimited product. http://www.zend.com/store/products/zend-encoder.php Can we do something like Zend Encoder Unlimited by ourselves? Any idea? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP] Seek for the Web Site Info.

2001-03-22 Thread Ian
Does anybody know that any web site allow me to enter web address example, www.yahoo.com, and enter go. The result will shown me that yahoo server, 1. Operating System? 2. Programming? 3. Database? etc Thanks in advance. -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] unserialize_callback_func

2002-04-09 Thread Ian
i am using the following to try to pull in php classes from separate files based on their names using unserialize_callback_func. I cant seem to get it to work with 4.1.6 on redhat (should work). I notice that it isnt shown under variables available for unset() but it is shown for unserialize()

[PHP] including class files with unserialize_callback_func

2002-04-12 Thread Ian
i am using the following to try to pull in php classes from separate files based on their names using unserialize_callback_func. I cant seem to get it to work with cgi php 4.1.6 on apache/redhat . I notice that it isnt shown under variables available for ini_set() but it is shown for

[PHP] inclusion of class definitions with unserialize_callback_func in php.ini

2002-04-12 Thread Ian
i am using the following to try to pull in php classes from separate files based on their names using unserialize_callback_func. I cant seem to get it to work with cgi php 4.1.6 on apache/redhat . I notice that it isnt shown under variables available for ini_set() but it is shown for

[PHP] The polymorph

2001-09-27 Thread ian
Wondered if you could contact me as I lost your address when formatting my PC and I have found your help with PHP invaluable. Ian. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

[PHP] db connect

2001-11-29 Thread Ian
Hello, Wonder if anyone can help me out. I am trying to run an example out of a book Beginning Php by wrox. One of the examples is supposed to allow me to connect to a database by using a function that takes a database as an argument. It has an include file that contains the function. Problem

[PHP] Re: db connect

2001-11-29 Thread Ian
the name of the database? Are you replacing 'sample_db' in the line: $link_id = db_connect('sample_db'); in show_more_db.php? If so, then I do not see where there would be a problem. Fred Ian [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hello,

[PHP] Re: db connect

2001-11-30 Thread Ian
. Thanks for your time. Ian. Fred [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I'm not sure what that script is supposed to accomplish, it seems a bit obfuscated and useless to me, nevertheless it correctly used the supplied database rather than the

[PHP] Good News for PHP programmer.

2001-08-13 Thread Ian
We are looking for interested partnership for our dotcom organisation, which are based in Kuala Lumpur, Malaysia. The Required Partner should be familiar with : 1. Operating System - Linux. 2. Language - PHP script. 3. Database - MySQL. 4. Internet Infrastructure. Interested candidate may send

[PHP] Using Googles SSO for GApps

2008-04-08 Thread Ian
of the information being sent, also for the generation of the xml. I have done some googling and can find a few java implementaions, but no php ones - maybe I cant search so if there are some examples around please excuse my ignorance. Thanks in advance, Ian -- PHP General Mailing List (http

[PHP] Google Auth Scripts

2008-09-04 Thread Ian
for this and only really come up with scripts that import your contacts - which is great - but not really what I need. Thanks in advance, Ian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] returning array from commandline

2008-10-10 Thread Ian
interface from the commandline tool. Thanks Ian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] returning array from commandline

2008-10-10 Thread Ian
On Fri, Oct 10, 2008 at 3:47 PM, Per Jessen [EMAIL PROTECTED] wrote: Ian wrote: I am busy developing a commandline tool that will, in certain cirumstances, return an array of information when called and im having a problem with this. Ian, that's a bit of a contradiction - a command line

Re: [PHP] returning array from commandline

2008-10-14 Thread Ian
it a string. -Original Message- From: Ian [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2008 8:38 AM To: php-general@lists.php.net Subject: [PHP] returning array from commandline Hi, I am busy developing a commandline tool that will, in certain cirumstances, return an array

Re: [PHP] Information on Cookies

2008-10-15 Thread Ian
. If they are different then the cookie has been modified. Regards Ian -- 2008/10/15 Stut [EMAIL PROTECTED] On 15 Oct 2008, at 15:23, Ben Stones wrote: I've read a few videos on cookie security and it makes sense that people can modify cookie values which is a problem I'm trying to figure

RE: [PHP] How to Execute Exe File from PHP

2008-10-22 Thread Ian
. Hi, It may help to run the command 'dir' to see where the web server considers its path to be: ? $a= shell_exec(dir); echo $a; ? The response will include the current path as well as a directory listing. Regards Ian -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] Half way

2008-10-22 Thread Ian
(database entry or a tag of some sort) to each blog which indicates were the Google ads should go. Personally I prefer the later options as its probably easier ;) Regards Ian -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problem changing file encoding

2008-10-22 Thread Ian
--list Is this the best way to do this ? Can I use mbstring as an alternative ? Please make any suggestions you might think because I am stuck. Hi, I assume there is a reason why can't just run the command above from php? Regards Ian -- -- PHP General Mailing List (http://www.php.net

[PHP] Seg Faulting PHP

2009-01-19 Thread Ian
? Thanks in advance Ian

Re: [PHP] Seg Faulting PHP

2009-01-19 Thread Ian
On Mon, Jan 19, 2009 at 10:51 PM, Daniel Brown danbr...@php.net wrote: On Mon, Jan 19, 2009 at 15:12, Ian barnrac...@gmail.com wrote: Hi all, Appologies if this is the wrong list - please direct me in the right direction should this be the case. I am running PHP 5.2.8 on freebsd 7.0

Re: [PHP] Global Changes With Loop To Allow Nulls In A Table...

2009-01-27 Thread Ian
to the new data type would result in loss of data, enable strict SQL mode before using ALTER TABLE (see Section 5.1.6, “SQL Modes”). I don't think this will affect you but bare it in mind. Regards Ian -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] Serial communiction

2003-02-21 Thread Ian
Is it possible to read information on the client serial port and return it to the server ? a newbie. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Serial communiction

2003-02-22 Thread Ian
O.K. Thanks, so it could be an active X control then ? Ernest E Vogelsinger [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] At 23:12 21.02.2003, Ian said: [snip] Is it possible to read information on the client serial port and return

[PHP] FTP Errors

2003-10-13 Thread Ian
, Ian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Securing Free Scripts

2003-12-30 Thread Ian
If I am putting out a couple free scripts to the public, is there any way I can make sure people dont remove the copyright? Any ideas welcome - Ian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Logon field sessions help please

2004-01-20 Thread ian
(ie nothing in there). The logon of imp uses sessions. Im using Mac OS X 10.3, PHP 4.3.3, Horde 2.2.4 and IMP 3.2. I have no idea why this is happening? Can someone point me in the right direction. Thanks, Ian This message

[PHP] Parse error help.., thanks..

2007-03-30 Thread Ian
!= CACHE_FILE) { $files[] = $file; } Anyhelp on this will ve be very much appreciated, thanks.. Ian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Parse error help.., thanks..

2007-03-30 Thread Ian
Hehe.., didn't i told i am poor in this, actually, never learn PHP before.. :) No more such errors anymore thank you Tijnema! =) Ian Tijnema ! [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On 3/30/07, Ian [EMAIL PROTECTED] wrote: Hi everyone, i am new to PHP, but not a programmer

Re: [PHP] Parse error help.., thanks..

2007-03-30 Thread Ian
Thanks very much for the help, Davi,, no more such errors.. :) Ian Davi [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Em Sexta 30 Março 2007 18:55, Ian escreveu: Parse error: syntax error, unexpected ';' in /hxxx/x/domains/x.com/public_html/blog/labels.php on line 15 ul

[PHP] Unique User Hashes

2009-02-17 Thread Ian
makes everyone seem to come from one IP. Anyone had to deal with this in the past and does anyone have any suggestions/ideas as to how I could better this setup? Many thanks in advance, Ian

Re: [PHP] Unique User Hashes

2009-02-17 Thread Ian
Hi, Yep it is backed by DB and i do record when they vote - but its still flawed in how to track unique users :) Thanks though - will continue to look further. Cheers On Wed, Feb 18, 2009 at 5:56 AM, Chris dmag...@gmail.com wrote: Ian wrote: Hi, I am busy building an application

Re: [PHP] Unique User Hashes

2009-02-17 Thread Ian
: Ian wrote: Hi, Yep it is backed by DB and i do record when they vote - but its still flawed in how to track unique users :) Thanks though - will continue to look further. Do you have to log in to vote? How are you stopping people from signing up multiple times? -- Postgresql php

Fwd: [PHP] Re: Unique User Hashes

2009-02-18 Thread Ian
Forgot to send to list. -- Forwarded message -- From: Ian barnrac...@gmail.com Date: Wed, Feb 18, 2009 at 11:12 AM Subject: Re: [PHP] Re: Unique User Hashes To: Colin Guthrie gm...@colin.guthr.ie 'Twas brillig, and Ian at 18/02/09 07:09 did gyre and gimble: We dont have

Re: [PHP] formulate nested select

2009-03-31 Thread Ian
: mysql_errno() mysql_error() Regards Ian -- Jim Lucas wrote: Chris wrote: PJ wrote: I cannot find anything on google or the manuals/tutorials that gives some kin of clear explanation of how to so nested selects with where or whatever. I have three tables: books, authors and book

Re: [PHP] formulate nested select

2009-04-02 Thread Ian
ORDER BY Letter ASC You will have to play around with that to get the right results. But it should give you something like: Letter,NumberOfBooks A,47 B,21 C,8 ... The MySQL manual has more info: http://dev.mysql.com/doc/refman/5.0/en/group-by-functions-and-modifiers.html Regards Ian

Re: [PHP] Upload large 100MB of PDFS to MySQL using PHP, Is my settings ok?

2009-04-02 Thread Ian
/5.0/en/server-system- variables.html#sysvar_max_allowed_packet If the SQL statement you are using goes over 5Mb, MySQL will cut the connection with an error. It is strange that you are not seeing an error in your code thought. Regards Ian -- -- PHP General Mailing List (http://www.php.net

Re: [PHP] problems with gnupg extension.

2009-04-21 Thread Ian
On 20 Apr 2009 at 11:37, Ray wrote: snip Any suggestions, Anyone? Ray Hi, I adapted these scripts for my own user and have not had any problems: http://www.theoslogic.com/scripts/php-gpg/ It does not use the gnupg extension at all but popen() or proc_open(). Regards Ian -- -- PHP

Re: [PHP] Mail subject encoding breaks

2009-05-11 Thread Ian
garbidge κηδφκξγσ; $e-Subject = mb_encode_mimeheader($subject, UTF-8, Q) ; Regards Ian -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] difference between two times? Date_diff and DateTime::diff

2009-06-16 Thread Ian
$return_difference; } ? Regards Ian -- On 16 Jun 2009, at 13:11, Dajve Green wrote: Hi Matthew, A quick note on the DateTime::diff() method - it's only available as from PHP 5.3, which is currently in release candidate stage, meaning unless you have your own server running PHP, it won't

[PHP] Mastercard Securecode

2009-06-19 Thread Ian
of the Mastercard Securecode 'feature'? I am aware I can link into COM Java from PHP, and even take the C API and make my own extension but I would rather not pursue these options unless I really have to! Regards Ian -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Making several variables into 1 variable

2009-07-28 Thread Ian
' ; You will have to check that the CAST function is working properly on your varchar'ed date fields before testing this query. It should point you in the right direction though. Regards Ian -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Help with exec.

2010-03-03 Thread Ian
]); } return $encrypted; } It works really well. Regards Ian -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Doing dynamic routing for an office

2010-03-11 Thread Ian
behind it actually working out the route. Hope my description is clear enough and sorry if this has been discussed before - I have no idea what to search for :) Thanks Ian

[PHP] Re: protecting email addresses on a web site

2010-06-15 Thread Ian
be stressed that these laws were written before spam became 90%+ of all email communication (2002). So I suspect it could be argued that a contact form can be allowed to bypass your normal email spam checking and is therefore a quicker way to communicate effectively. IANAL ;) Regards Ian

[PHP] Re: handing over data between two PHP connections

2010-07-19 Thread Ian
as well but it depends on how portable you want the system to be. Regards Ian -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: read smb drive

2010-11-05 Thread Ian
or database record when it needs the share mounting and then wait for the mount to appear. I have used the Pear module System_Daemon[1] to do this in the past, very easy to use. [1] http://pear.php.net/package/System_Daemon Regards Ian -- PHP General Mailing List (http://www.php.net

[PHP] Re: PHPmailer.. best way to send to many recipients?

2010-12-21 Thread Ian
about timeouts / apache memory issues etc. But as long as you're aware of these problems then you can set the values appropriately. Regards Ian -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Acentos en tpl

2011-03-18 Thread Ian
? PHP will not convert the encoding of a file automatically. Hi, Also make sure the web server is sending out the correct character encoding. With Apache this can be done by adding the following line to the httpd.conf file and restarting the service: AddDefaultCharset UTF-8 Regards Ian

[PHP] DateTime using DateTimeZone Timestamp problem

2011-04-04 Thread Ian
Hi, I have a problem using the php built in classes DateTime and DateTimeZone. The idea behind the following code is to return the timestamp for the current time in Singapore (or other places). What it actually returns is the timestamp for the local system. Other formatted dates appear to

[PHP] Re: DateTime using DateTimeZone Timestamp problem

2011-04-05 Thread Ian
On 05/04/2011 10:11, Simon J Welsh wrote: On 5/04/2011, at 3:35 AM, Ian wrote: Hi, I have a problem using the php built in classes DateTime and DateTimeZone. The idea behind the following code is to return the timestamp for the current time in Singapore (or other places). What

[PHP] Re: Stop PHP execution on client connection closed

2011-09-13 Thread Ian
status / stores results of jobs. Background process on web page monitors job status via AJAX calls and alerts user when complete. On linux systems, The pear module 'System Daemon' is very good for job queues and easy to install: [http://pear.php.net/package/System_Daemon] Hope this helps. Ian

[PHP] Re: Secure data management

2011-10-07 Thread Ian
, others will. I suggest you go to the OWASP site [3] (The Open Web Application Security Project) and have a look around. Regards Ian -- [1] http://php.net/manual/en/ref.filter.php [2] http://en.wikipedia.org/wiki/Cross-site_scripting [3] https://www.owasp.org/index.php/Main_Page -- PHP General

[PHP] Re: Compile PHP with MySQLi (With MySQL on a remote server)

2011-10-13 Thread Ian
manager then google will be able to help. Regards Ian -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP 5.3.6 Dates

2011-12-12 Thread Ian
this better. Regards Ian -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Time zone in date function

2012-01-31 Thread Ian
time by timezone name * @param string $timezone * @return array * @author Ian Gibbons */ function getNowByTimezone($timezone){ $remote_timezone= new DateTimeZone($timezone); $remote_time= new DateTime(now, $remote_timezone); return getDate(strtotime($remote_time-format

[PHP] Re: make error

2012-03-23 Thread Ian
don't need the server: # yum install mysql-devel If you want to find where they were installed use: # find / -name mysql.h Regards Ian -- 2012/3/23 Daniel Brown danbr...@php.net 2012/3/23 黄昭源 wongzhaoy...@gmail.com: Hello, I have a problem. When I configure php

[PHP] Re: slicing and dicing strings

2012-06-28 Thread Ian
-docs.php I recommend the version with user notes as there are also lots of great examples / comments included too. There are also CHM readers for other operating systems (including mobiles), so no excuse for not Reading The Fine Manual any more. Regards Ian -- -- PHP General Mailing List (http

[PHP] Re: How to write and read serial or parallel port

2012-07-26 Thread Ian
-serial/source/browse/trunk/ I will be trying this myself tonight as I need to hook up to an arduino and retrieve some sensor readings. Regards Ian -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: How to write and read serial or parallel port

2012-07-27 Thread Ian
On 26/07/2012 13:37, Alex Nikitin wrote: snip Real question is why in the world would you want to use PHP for this to begin with. snip Hi, I cannot speak for the OP, but personally I am doing this so I can hook up to a web application and re-use existing code. Regards Ian -- -- PHP

[PHP] Re: How to best set per-site PHP session storage under suPHP/WordPress?

2012-08-13 Thread Ian
the Apache user has write access to the new folder. Regards Ian -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: How to limit source IP in PHP

2012-09-14 Thread Ian
at container based virtualisation like OpenVZ. Regards Ian -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: How to limit source IP in PHP

2012-09-18 Thread Ian
On 14/09/2012 20:08, Curtis Maurand wrote: On 9/14/2012 7:20 AM, Ian wrote: On 12/09/2012 14:53, Tonix (Antonio Nati) wrote: Is there a way to force a PHP script to bind to a prefixed IP? Actually, while you can assign more IPs to Apache for listening, assigning domains to specific IPs

[PHP] Re: cURL issues posting to an end point

2012-10-11 Thread Ian
); // Check for an error again if(curl_errno($ch)0){ print Error executing query: Err Number:. curl_errno($ch). , Description: . curl_error($ch)); } It may also be wise to increase your time out whilst testing, just in case. Regards Ian -- -- PHP General Mailing List

[PHP] Re: Why the difference in email transit times?

2013-08-13 Thread Ian
a look. Regards Ian -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Exponents

2001-01-10 Thread Ian LeBlanc
Hey guys this one might be simple for ya.. how do you get a exponent of a verable.. example... ? $Value = 4; $Exponent = 2; $Equals = 1E$Exponent + $Value; PRINT ("Equals"); ? shoudl be simple.. i have tried all kinds of things.. please help Ian LeBlanc 2tonecafe.com Admin 727-517-3

[PHP] safe mode in 4.0.4pl1

2001-01-15 Thread Ian Gulliver
I'm running PHP 4.0.4pl1 as a CGI under Apache 1.3.14 with suexec. Whenever I turn on safe_mode in php.ini, the following messages appear from a script owned by and running as uid 1013 which is trying to include files owned by uid 1013 in a directory owned by 1013: Warning: SAFE MODE Restriction

[PHP] Problem with VARIABLES

2001-03-16 Thread Ian LeBlanc
lor$Temp[$f] to turn into the variable not a value. So I can echo the variable. Someone please help. (*NOTE* the reason I do not want to hard code it is that I have a list of 102 colors which makes for a really long script.) PLEASE CC ME ON THE MESSAGE BECAUSE I AM ONLY SUBSCRIBED TO THE DIGEST (I

[PHP] This PHP list

2001-03-28 Thread Ian Harris
nyone know of any other PHP lists that are more suited to non-trivial, expert-related discussions? If there aren't any around, I'll start one on Yahoogroups or some other similar service. regards Ian. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP] web server crashing with either 4.1.0 or 4.0.6

2001-12-20 Thread Ian McNish
when trying at access any php scripts my web server is crashing. i'm experiencing this problem with both php 4.0.6 and 4.1.0 on iplanet enterprise 6.0sp1 on solaris 8. my web server is logging the following error: catastrophe (21929): Server crash detected (signal SIGSEGV) info (21929): Crash

[PHP] Sound File Available???

2002-01-15 Thread Randum Ian
Hi there, is there a way of checking a directory for a sound file showing one image if its available, another if it isnt? The sound files are in directory http://www.foo.com/media and they are called 1234.rm. Can anybody help me pls? Cheers in advance, Ian. DJ / Producer / Webdesigner [EMAIL

[PHP] Redirect?

2002-03-13 Thread Randum Ian
://www.boo.com is this possible? Regards, Ian. DJ / Producer / Reviewer / Webdesigner, DancePortal (UK) Limited [EMAIL PROTECTED] - 07814 364277 (new number) Webmaster: http://www.randumian.co.uk Webmaster: http://www.randumiancharts.co.uk Webmaster: http://www.danceportal.co.uk Webmaster: http

[PHP] Problems with ftp_get

2002-03-18 Thread Ian Wayne
be the best way to do this, but are there other ways? Thanks. Ian. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] combining headers with includes

2002-03-19 Thread Ian Wayne
buffering as the way around this: ob_start(); and ob_end_clean(); Should these buffer commands go around the include statement? When I do that the page doesn't load at all, so I'm guessing that there must be another way, but what that way is I have no idea. Does anyone??? Thanks, Ian -- PHP

[PHP] PHP - Forced header downloads

2002-03-19 Thread Ian Wayne
, but at least I'm downloading something. But how do I download the desired movie file? Many Many Thanks to all who have helped so far, Ian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Db Access Count

2002-03-20 Thread Randum Ian
Hi there, I want to have a field in a database that counts the number of times that particular record has been viewed on the website. When is the best time to increment the count in the file and how? Kind Regards, Ian.

Re: [PHP] Db Access Count

2002-03-20 Thread Randum Ian
To increment the field $count by one I can just do $count ++ can I? Cheers, Ian. - Original Message - From: Randum Ian To: PHP Mailing List Sent: Wednesday, March 20, 2002 4:20 PM Subject: [PHP] Db Access Count Hi there, I want to have a field in a database that counts the number

[PHP] [PHP-DB] Displaying Floats

2002-03-29 Thread Ian Wayne
all the money amounts to 2 decimal places. How do I do this? Should I use floatval (which I can't use because it's CVS only)? Or is there some other way? Many thanks Ian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] using font properties in generated posts.

2002-04-06 Thread Randum Ian
Hi there, I want to use text in a textarea to be submitted and converted into an email with Rich Text. Can someone please tell me what I need to add in the additional headers in order for me to do this please? Kind Regards, Ian Roke Webmaster, DancePortal (UK) Limited [EMAIL PROTECTED] http

Re: [PHP] Mailings Lists?

2002-04-13 Thread Randum Ian
Can I just grab the required info from phpinfo() and post it here? Ian. - Original Message - From: Justin French [EMAIL PROTECTED] To: php [EMAIL PROTECTED] Sent: Saturday, April 13, 2002 4:21 PM Subject: Re: [PHP] Mailings Lists? Contact your ISP, because it depends on your set-up

[PHP] IMDb - How it works?

2002-06-06 Thread Randum Ian
?0068646 is the URL for the film credits... and so on. How do they do this? do they have a page called Title and no variable name assigned? I think this would be a great way of linking if only I could know how it works. Any help much appreciated! Ian. --- Randum Ian DJ / Reviewer / Webmaster

[PHP] Can I use a template with this site?

2002-06-15 Thread Randum Ian
that can do this without being too complicated? Please let me know, Ian. --- Randum Ian DJ / Reviewer / Webmaster, DancePortal (UK) Limited [EMAIL PROTECTED] http://www.danceportal.co.uk DancePortal.co.uk - Global dance music media -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] Re: PHP Security Advisory: Vulnerability in PHP versions 4.2.0

2002-07-22 Thread Ian Ball
). Now I will go back to trying to work out my ldap problems. Ian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP Security Advisory: Vulnerability in PHP versions 4.2.0

2002-07-24 Thread Ian Ball
not difficult at all, and seemingly even easier that the way I did it. Ian On Wednesday 24 July 2002 01:03, Andrew Chase wrote: If all you're doing is applying the patch (not adding/removing any extensions), you should be able to use ./config.nice which will use all of the configuration

Re: [PHP] Re: PHP 4.2.2 install woe: cannot stat libs/libphp.so

2002-07-24 Thread Ian Ball
suggestion is to completely delete the php-4.2.2 directory and ocntents, and start again with the tar -zxf php-4.2.2.whatever, ./configure.. Ian On Wednesday 24 July 2002 14:13, Reuben D. Budiardja wrote: On Tue, 2002-07-23 at 21:35, David Robley wrote: In article [EMAIL PROTECTED], [EMAIL

[PHP] phpLISTMAN

2002-04-21 Thread Randum Ian
-Statistics Can anybody help me with this project codenamed phpLISTMAN??? Kind Regards, Ian. --- Randum Ian DJ / Reviewer / Webmaster, DancePortal (UK) Limited [EMAIL PROTECTED] http://www.danceportal.co.uk DancePortal.co.uk - Global dance music media -- PHP General Mailing List (http

Re: [PHP] phpLISTMAN

2002-04-21 Thread Randum Ian
] To: Randum Ian [EMAIL PROTECTED]; PHP [EMAIL PROTECTED] Sent: Sunday, April 21, 2002 8:47 PM Subject: RE: [PHP] phpLISTMAN From: Randum Ian [mailto:[EMAIL PROTECTED]] Control Panel -Add User -Delete User -Validate Email -Send Mail (HTML/Text) -Archive Mail HTML Generator

[PHP] Code Troubles

2002-04-26 Thread Randum Ian
(The site database appears to be down.); if ($db!= and !@mysql_select_db($db)) die(The site database is unavailable.); return $dbcnx; } ? --- Cheers, Ian. --- Randum Ian DJ / Reviewer / Webmaster, DancePortal (UK) Limited [EMAIL PROTECTED] http://www.danceportal.co.uk

Re: [PHP] Code Troubles

2002-04-26 Thread Randum Ian
finding different ways of logging onto a mySQL db. - Original Message - From: Erik Price [EMAIL PROTECTED] To: Randum Ian [EMAIL PROTECTED] Cc: PHP [EMAIL PROTECTED] Sent: Friday, April 26, 2002 5:21 PM Subject: Re: [PHP] Code Troubles On Friday, April 26, 2002, at 12:20 PM, Randum Ian wrote

[PHP] Directory System Splitter

2002-04-27 Thread Randum Ian
://www.danceportal.co.uk/charts/randumian/mon-22-apr-2002.php has this: Home / Charts / Randum Ian / Monday, April 22, 2002 Is it possible to automate this in a template so that it can work out where it is and create the correct links? If you need an example of how it is now please visit my website http

[PHP] Text File Formating.

2002-04-29 Thread Randum Ian
/ Chart Date: blahbr / br / No. Artist - 'Track (Remix)' (Label)br / br / 1. blah - 'blah (blah mix)' (blah)br / --- END TEXT--- Any help much appreciated, Ian. --- Randum Ian DJ / Reviewer / Webmaster, DancePortal (UK) Limited [EMAIL PROTECTED] http://www.danceportal.co.uk DancePortal.co.uk

[PHP] Files sorted by date?

2002-04-30 Thread Randum Ian
Hi there, I got a number of files in the directory /reviews/txt which are reviews. They are submitted by people all over the world. Can someone please tell me what I need to do so that I can display them in date order, newest at the top on a webpage? Cheers, Ian. --- Randum Ian DJ / Reviewer

[PHP] Variable Help.

2002-05-01 Thread Randum Ian
Hi all, I want to link to a page like this: http://www.danceportal.co.uk/charts.php?wk0001-fri-18-jan-2002 How do I get the information into a script? Cheers, Ian. --- Randum Ian DJ / Reviewer / Webmaster, DancePortal (UK) Limited [EMAIL PROTECTED] http://www.danceportal.co.uk

Re: [PHP] virtual host problem

2002-05-10 Thread Ian Newlands
. In your php.ini you can leave your includes line blank. Hope it helps! Regards, Ian Newlands 1lt John W. Holmes [EMAIL PROTECTED] wrote in message news:003f01c1f76f$9df452f0$2f7e3393@TB447CCO3... To learn more, I put the phpinfo(); function in my document root, and lo and behold, I get

[PHP] Email updates

2002-05-11 Thread Randum Ian
it to a file so that it appears on the website. Kind Regards, Ian. --- Randum Ian DJ / Reviewer / Webmaster, DancePortal (UK) Limited [EMAIL PROTECTED] http://www.danceportal.co.uk DancePortal.co.uk - Global dance music media -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] Referrals

2002-05-13 Thread Randum Ian
and references them from there or do they look into sessions or cookies? Any help would be greatly appreciated, Ian. --- Randum Ian DJ / Reviewer / Webmaster, DancePortal (UK) Limited [EMAIL PROTECTED] http://www.danceportal.co.uk DancePortal.co.uk - Global dance music media -- PHP General Mailing

[PHP] Subscriber count from db

2002-05-17 Thread Randum Ian
1234567890 subscribers. A bit of a dummy question I know, Im sorry! Ian. --- Randum Ian DJ / Reviewer / Webmaster, DancePortal (UK) Limited [EMAIL PROTECTED] http://www.danceportal.co.uk DancePortal.co.uk - Global dance music media -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] mysql error

2002-05-17 Thread Randum Ian
is not a valid MySQL result resource in /usr/home/e/a/eagadmin/public_html/main.php on line 14 but I dont understand why! Can anyone help? Regards, Ian. --- Randum Ian DJ / Reviewer / Webmaster, DancePortal (UK) Limited [EMAIL PROTECTED] http://www.danceportal.co.uk DancePortal.co.uk - Global dance

RE: [PHP] Previous Discussions

2002-05-28 Thread Ian Samuel
the time comes. I'd be happy to provide examples if anyone is curious. Regards, Ian Samuel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Intermediate Searching... screen.

2002-05-28 Thread Ian Samuel
) { echo Searching.br\n; go_go_gadget_query(); // above line takes a while but the aboev is already echoed so // they wait display_results(); } ? Regards, Ian Samuel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 28, 2002 1:24 PM

  1   2   3   >