[PHP] preg_split problem

2004-03-11 Thread [EMAIL PROTECTED]
I have a problem separting a text string with the preg_split function If somebody could help, it would be greatly appreciated. - The problem I have is that my code, so far, does the job, except it recognises ALL ":" and not only those following "PAGE". This should be fairly easy to solve? -

[PHP] Problem with recursion and FTP transfer

2004-11-26 Thread [EMAIL PROTECTED]
Hi all I have create a script for FTP function. When i have testing the script with little file and directory it's ok The script read data in all folder with recursive function and the same path of data like C:\backup\folder1\file.txt is the same on remolte folder /httpdcos/folder1/file.txt The p

[PHP] Re: automatic responder

2004-11-27 Thread [EMAIL PROTECTED]
Alessandro Rosa wrote: > How about coding an automatic responder via PHP ? Anybody ever done that using qmail? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] identifying the country of the people who connect to web site / portal

2004-11-27 Thread [EMAIL PROTECTED]
We would like to identify the country of the people who connect to our website / portal using php. The idea is to provide them directly with the homepage in their language. Is that possible? Has anybody ever doen anything like that using php? We are using php 4.3.x on a Debian server (stable, wit

[PHP] PHPmysqladmin

2004-11-27 Thread [EMAIL PROTECTED]
Where can you get PHPmysqladmin? I would like to load it on my test server to make updating and entering Mysql data easier. Thanks for your help! Tim

Re: [PHP] PHPmysqladmin

2004-11-27 Thread [EMAIL PROTECTED]
Thanks for your help! T on 11/27/04 12:31, R. Van Tassel at [EMAIL PROTECTED] wrote: > http://www.phpmyadmin.net/home_page/downloads.php > > -R. Van Tassel > > > -Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Saturday, Novemb

[PHP] Help with DB.php in PHP5

2004-11-28 Thread [EMAIL PROTECTED]
I upgraded to PHP 5 and now I am having some problems with DB.php. 2 problems: 1. I get this notice Notice: Undefined property: DB_mysql::$disconnect 2: the $db->query no longer works. I have gone as far as to place this line at the beginning of the file: set_include_path(".:/usr/local/lib/php"

[PHP] php editor or php IDE for linux with autocompletion

2004-11-30 Thread [EMAIL PROTECTED]
Hi. We use linux as default development system. Does anyboy know about a linux based php editor with autocompletion? Must be open source free software (free as in speech, not beer). We like quanta and kate, but there is no autocompletion. Does anyone know about a php IDE? I got a look at the

Re: [PHP] Re: intalling pear:db

2004-12-04 Thread [EMAIL PROTECTED]
was including my config file which defined my DSN driver. Once I was able to successfully include the config file and actually define the DSN info, everything was fine. Thanks! Tim on 11/26/04 1:18, Ryan King at [EMAIL PROTECTED] wrote: > > On Nov 25, 2004, at 1:56 AM, Merlin wrote: >

Re: [PHP] php editor or php IDE for linux with autocompletion

2004-12-08 Thread [EMAIL PROTECTED]
Steve Brown wrote: > Eclipse: http://www.eclipse.org/ > PHPEclipse: http://www.phpeclipse.de/ What about Eclipse? Did anyone make it work? How does it compare to Kdevelop? I tried to install it, unsuccesfully, on Mandrake 10.1 CE. Apparently, one library is missing (but the library does not exis

Re: [PHP] (Quanta) php editor or php IDE for linux with autocompletion

2004-12-08 Thread [EMAIL PROTECTED]
Jason Wong wrote: > What version of quanta are you using? Autocompletion was available quite a > while ago. I am using Quanta 3.2.3, and php auto completion does not work. How do you activate it? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub

Re: [PHP] (Quanta) php editor or php IDE for linux with autocompletion

2004-12-08 Thread [EMAIL PROTECTED]
Jason Wong wrote: > I think I may have misunderstood what you mean by auto-completion. What > Quanta does is auto-complete words that you *already* have in the > document. Not really. With HTML / XHTML Quanta does auto complete words, tags, properties, attributes which are in the DTD. Or am I wro

Re: [PHP] (Quanta) php editor or php IDE for linux with autocompletion

2004-12-08 Thread [EMAIL PROTECTED]
Jason Wong wrote: > So are you looking to auto-complete (X)HTML tags or are you looking to > auto-complete PHP keywords/functions? What is your question? > We need to auto-complete PHP words and functions INDIPENDENTLY of the fact that they are present or not in the page. For instance if one dev

[PHP] File upload problems using Apache 1.3 on Debian stable

2004-12-10 Thread [EMAIL PROTECTED]
trying to copy the file to. Anyone have any suggestions? Tom Williams Anyone -- Working on webhosting Tel:01388 11 MTA handling, PHP Web:www.digital-data.co.uk scripting, and wireless Email:[EMAIL PROTECTED] networking, just for a change. -- PHP General Mailing

Re: [PHP] File upload problems using Apache 1.3 on Debian stable

2004-12-13 Thread [EMAIL PROTECTED]
ynch wrote: [EMAIL PROTECTED] wrote: Hi, I have been having problems trying to get file uploads working with PHP in a Debian Linux enviroment. I have ensured that both the temporary directory PHP uploads use has the appropriate permissions set, as well as the folder I am attempting to copy the i

[PHP] GD library with tiff images

2004-12-16 Thread [EMAIL PROTECTED]
handling, PHP Web:www.digital-data.co.uk scripting, and wireless Email:[EMAIL PROTECTED] networking, just for a change. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Oversized file behaviour

2004-12-16 Thread [EMAIL PROTECTED]
clarify quite what happens when an upload is larger than the legal limit. Cheers, Tom -- Working on webhosting Tel:01388 11 MTA handling, PHP Web:www.digital-data.co.uk scripting, and wireless Email:[EMAIL PROTECTED] networking, just for a change. -- PHP General

[PHP] Dynamically change ''open_basedir' from Apache 2 Hander/Filter

2004-12-22 Thread [EMAIL PROTECTED]
Wasn't sure if I should post here or on the apache mailing list, but I want to code a simple apache2 module, that will change the 'open_basedir' at runtime. Is it possible, or does anyone know how I can change this value? Am’ I posting to the right list? ---

RE: [PHP] Dynamically change ''open_basedir' from Apache 2 Hander/Filter

2004-12-22 Thread [EMAIL PROTECTED]
>On Wed, 22 Dec 2004, [EMAIL PROTECTED] Wrote: >Wasn't sure if I should post here or on the apache mailing list, but I want >to code a simple apache2 module, that will change the 'open_basedir' at >runtime. Is it possible, or does anyone know how I can change this v

RE: [PHP] Dynamically change ''open_basedir' from Apache 2 Hander/Filter

2004-12-22 Thread [EMAIL PROTECTED]
On: Wed, 22 Dec 2004 06:50:25 Jay Blanchard wrote: [snip] After a little digging about I found this post: http://marc.theaimsgroup.com/?l=php-dev&m=106084499620342&w=2 I've just wondering what headers and libraries I will need to compile in as well? Do I just include the php.h, or is there a "how

RE: [PHP] Dynamically change ''open_basedir' from Apache 2 Hander/Filter

2004-12-22 Thread [EMAIL PROTECTED]
>On Wed, 22 Dec 2004 08:54:39 Jay Blanchard wrote: >[snip] >>On Wed, 22 Dec 2004, [EMAIL PROTECTED] Wrote: >>Wasn't sure if I should post here or on the apache mailing list, but I >want >>to code a simple apache2 module, that will change the 'open_basedir&#

RE: [PHP] Dynamically change ''open_basedir' from Apache 2 Hander/Filter

2004-12-22 Thread [EMAIL PROTECTED]
> On Wed, 22 Dec 2004 Jay Blanchard wrote: > [snip] > I haven't tried this question on the Apache mailing list. But after > finding more stuff about the 'zend_alter_ini_entry' in the PHP Dev > mailing list I wanted to try here first. In that case I'm off to > join yet another mailing list... erghh

[PHP] Hosting woes and PHP 4.3.8 install (Interland)

2004-12-30 Thread [EMAIL PROTECTED]
My hosting company is very stubborn when it comes to functionality. They do not compile their version of PHP 4.3.8 with DOM so now none of my XML generating code works. The environment is a virtual host meaning that I share space on a server with other users but only I have access to my stuff. T

[PHP] Newbie - Request interface for PHP 5 website

2005-06-02 Thread [EMAIL PROTECTED]
For PHP 4.x sites I used my index page to capture the HTTP request and use a switch statement to call the content or task based on the $_GET and $_POST arrays. That was very inefficient and the Switch case became totally unmanageable along with the rest of the site. I am re-designing the site us

Re: [PHP] Message could not be delivered

2005-06-08 Thread [EMAIL PROTECTED]
I just got this one? Of course I didn't open the attachment, but someone sick is trying to involve the php group into a spreading of viruses. -afan Returned mail wrote: Dear user of lists.php.net, We have found that your account was used to send a large amount of spam messages during this

Re: [PHP] linux php editor

2005-06-08 Thread [EMAIL PROTECTED]
On windows platform I use HomeSite 5.5 and I'm more then happy. On Linux platform QuantaPlus For small and fast changes on file vi/vim is the best. -afan On 6/6/05, Clive Zagno <[EMAIL PROTECTED]> wrote: what php GUI editors do you recommend. any other recommendations, thanks

Re: [PHP] linux php editor

2005-06-08 Thread [EMAIL PROTECTED]
On windows platform I use HomeSite 5.5 and I'm more then happy. On Linux platform QuantaPlus For small and fast changes on file vi/vim is the best. my $.02 :) -afan On 6/6/05, Clive Zagno <[EMAIL PROTECTED]> wrote: what php GUI editors do you recommend. any other recommendati

[PHP] Explanation in Shiflett's PHP Security Briefing

2005-06-08 Thread [EMAIL PROTECTED]
I was reading PHP Security Briefing from brainbulb.com (Chris Shiflett) and didn't get one thing: in example: why to set the $clean as array? what's wrong if I use: -afan

Re: [PHP] Explanation in Shiflett's PHP Security Briefing

2005-06-08 Thread [EMAIL PROTECTED]
Thanks Richard. I got the point Chris was making: never believe _GET/_POST and use ctype_alnum(), mysql_real_escape_string(), htmlentities() - and I already started :) (Thanks Chris that was great for us beginners, already posted on few Bosnian php forums :)) My question though was is the di

Re: [PHP] Explanation in Shiflett's PHP Security Briefing

2005-06-08 Thread [EMAIL PROTECTED]
First, thanks guys for such a fast response :) Matthew Weier O'Phinney wrote: While the above would prevent most SQL injections, it could still wreak havoc with your database. For instance, what if your 'phone' or 'zip' fields in your database are integer fields, and text gets passed from the

[Fwd: Re: [PHP] Explanation in Shiflett's PHP Security Briefing]

2005-06-09 Thread [EMAIL PROTECTED]
Hm? Didn't see this one yesterday on the list? Let's try again :) -afan Chris Shiflett wrote: You forgot to filter your input. Shame! :-) Escaping alone can save you in many cases, but always filter input and escape output. I confess: I didn't forget. I did it just wrong :( Even I thought

[PHP] Can't connect to local MySQL server through socket.. ?

2005-06-09 Thread [EMAIL PROTECTED]
I have an admin area for one page on shared hosting. And I wanted to protect it by shared SSL from my hosting company. I got from them Your domain, afan.net, can now access our shared SSL certificate. To securely access the documents folder, go to ... https://secure.inetwave.com/afan/filename But

Re: [PHP] Can't connect to local MySQL server through socket.. ?

2005-06-09 Thread [EMAIL PROTECTED]
According to Google, my MySQL db is not on secure.inetwave.com server and have to use "something else" instead of "localhost" for host in mysql_connect(), right? -afan [EMAIL PROTECTED] wrote: I have an admin area for one page on shared hosting. And I wanted to protect i

Re: [PHP] Can't connect to local MySQL server through socket.. ?

2005-06-09 Thread [EMAIL PROTECTED]
Just as I thought :( Thanks Richard. -afan Richard Davey wrote: Hello afan, Thursday, June 9, 2005, 7:07:26 PM, you wrote: aan> I have an admin area for one page on shared hosting. And I wanted to aan> protect it by shared SSL from my hosting company. I got from them aan> Your domain, afan

Re: [PHP] PHP autogenerating Website Templates

2005-06-17 Thread [EMAIL PROTECTED]
Maybe off topic: I would not agree totally with that link because this really doesn't make a sense: "... Before asking a technical question by email, or in a newsgroup, or on a website chat board, do the following: 1. Try to find an answer by searching the Web. 2. Try to find an answer by

Re: [PHP] PHP autogenerating Website Templates

2005-06-17 Thread [EMAIL PROTECTED]
n, RTFM is used to often as an answer. And part "...sometimes I’m scared to ask because of RTFM..." was metaphor. ;) -afan John Nichel wrote: [EMAIL PROTECTED] wrote: Maybe off topic: I would not agree totally with that link because this really doesn't make a sense:

[PHP] how to mix two arrays into one and sort it by date/time?

2005-08-02 Thread [EMAIL PROTECTED]
I have two tables with orders of different type of articles. order_table_1 order_table | order_transaction_no | order_date | ... 1 | 56982 | 2005-07-29 9:12:34 1 | 97163 | 2005-07-30 8:45:32 1 | 67452 | 2005-07-31 10:56:11 order_table_2 order_table | order_transaction_no | order_date | ... 2 | 36

Re: [PHP] how to mix two arrays into one and sort it by date/time?

2005-08-02 Thread [EMAIL PROTECTED]
er_table_2 where order_date >= '". $date_yesterday ."') order by order_transaction_no desc, order_date desc ", 0); :) [EMAIL PROTECTED] wrote: I have two tables with orders of different type of articles. order_table_1 order_table | order_transaction_no | o

[PHP] skip a row in foreach loop

2005-08-03 Thread [EMAIL PROTECTED]
I have a code foreach($results as $key => $value) { echo $key.': '. $value .''; } But, $value could be zero too. How to skip printing on screen when $vlaue == 0? I know I can do foreach($results as $key => $value) { if(!empty($value)) { echo $key.': '. $value .''; } } but th

Re: [PHP] skip a row in foreach loop

2005-08-03 Thread [EMAIL PROTECTED]
fast respond! -afan John Nichel wrote: [EMAIL PROTECTED] wrote: I have a code foreach($results as $key => $value) { echo $key.': '. $value .''; } But, $value could be zero too. How to skip printing on screen when $vlaue == 0? I know I can do fore

[PHP] how to check http:// or https:// ?

2005-08-05 Thread [EMAIL PROTECTED]
Hi, I need to check does URL use http or https? Right now I use this code: if(preg_match('/https:/', $_SERVER['SCRIPT_URI']) == false) { header('location: [URL]https://www.test.com/test.php[/URL]'); exit; } but I am sure there is much better solution. :) -- PHP General Mailing List (http

Re: [PHP] how to check http:// or https:// ?

2005-08-05 Thread [EMAIL PROTECTED]
0410?h=%24_SERVER%5B%27HTTP S%27%5D -- BeebleX - The PHP Search Engine http://beeblex.com On 8/5/05 2:05 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: Hi, I need to check does URL use http or https? Right now I use this code: if(preg_match('/https:/', $_SERVER

Re: [PHP] how to check http:// or https:// ?

2005-08-05 Thread [EMAIL PROTECTED]
['HTTPS'] exists why then if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on') -afan Jochem Maas wrote: Marco Tabini wrote: On 8/5/05 2:43 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: Thanks Marco! :) I was lookin

[PHP] select * from...

2005-08-09 Thread [EMAIL PROTECTED]
Hi to all, It's more mysql question than php, but I like you more than mysql guys! :) Let's say I have a table called "orders" and other table called "special_orders_instructions". Logically, one column in "orders" table should be link to "special_order_instructions" (foreign key ?) and if that

[PHP] one more mysql question

2005-08-12 Thread [EMAIL PROTECTED]
I apology for mysql question posted here, but, as I said once, I like you guys more! :) have two tables: orders and special_orders. foreign key is trans_no. I can't figure it out how to create a query that pulls orders from the "orders" tables that are NOT in "special_orders" table? Thanks fo

Re: [PHP] one more mysql question

2005-08-12 Thread [EMAIL PROTECTED]
I tried this one: SELECT trans_no FROM orders WHERE trans_no IN ( SELECT trans_no FROM special_orders ) but gives me an error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT trans_no FROM special_orde

Re: [PHP] one more mysql question

2005-08-12 Thread [EMAIL PROTECTED]
orresponds to your MySQL server version for the right syntax to use near 'select trans_to from printed_orders)' at line 1 Syntax error? ??? -afan [EMAIL PROTECTED] wrote: I tried this one: SELECT trans_no FROM orders WHERE trans_no IN ( SELECT trans_no FROM special_orders ) but gi

Re: [PHP] one more mysql question

2005-08-12 Thread [EMAIL PROTECTED]
ok. accept critique. :( @moderator: please take my mysql questions off the php list. I apology to everybody for any inconviniance. -afan John Nichel wrote: [EMAIL PROTECTED] wrote: I apology for mysql question posted here, but, as I said once, I like you guys more! :) I like my wife

Re: [PHP] one more mysql question

2005-08-13 Thread [EMAIL PROTECTED]
Hey! Stop it! I put a question on wrong place. I was "nailed" for it by John. I accepted I was wrong. I apologized. What do you want now? Sebastian wanted to help – in difference to you and John. Even it’s “wrong place”. I guess you would never stop and help to car in trouble on highway becau

[PHP] Re: Large forms to Mysql table...

2005-08-14 Thread [EMAIL PROTECTED]
Just use some text as "delimiter string". Merge all fields together with delimiter and than insert it into db table. Something like Hope this could help -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[Fwd: Re: [PHP] previous + next buttons, no DB]

2005-08-18 Thread [EMAIL PROTECTED]
if you have all images in one directory and ONLY images in that folder you can try something like this: $path = '/path/to/directory/with/images'; $handle = opendir($path); while (false != ($file = readdir($handle))) { if ($file != "." && $file != ".." && !ereg('.php', $file))

[PHP] Week Days

2005-08-18 Thread [EMAIL PROTECTED]
I am trying to add 3 (or a user-defined amount) week days to a certain date.. An example is today 2005-08-18 then adding 3 week days to give me a date of 2005-08-23. I have tried searching online but cannot find an easy way of doing so.

Re: [PHP] Week Days

2005-08-20 Thread [EMAIL PROTECTED]
Rob, I tried your code below, but it didn't work. I put the number of week days in $addWeekdays variable. Am I doing something wrong or is there an error in the code? Appreciate your help! On 8/18/05, Robert Cummings <[EMAIL PROTECTED]> wrote: > > On Fri, 2005-08-19 at 02:17

Re: [PHP] Week Days

2005-08-20 Thread [EMAIL PROTECTED]
Rob, This code works great! Thank you for all of your help and everyone else who responded! On 8/18/05, Robert Cummings <[EMAIL PROTECTED]> wrote: > > On Fri, 2005-08-19 at 02:10, Jasper Bryant-Greene wrote: > > [EMAIL PROTECTED] wrote: > > > I am trying to add

[PHP] security while building online store

2005-08-30 Thread [EMAIL PROTECTED]
Hi, I was checking on several php/mysql based on line store, free and commercial, but didn't find any that fits the best for us. Looks like, it would be the best to develop one. To make a online store that works fine - it shouldn't be such a big problem. To make a SECURE ad SAFE online store -

[PHP] Re: security while building online store

2005-08-31 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: kat Dzesi momak ;) I think you know PHP enough to make your code secure. Just take care (as Christian wrote)about sql-injections and register_globals. The biggest problem could be Linux/Apache/MySQL server security threat... --- avast! Antivirus: Outbound

Re: [PHP] mixing $_POST and $_GET vars

2005-09-09 Thread [EMAIL PROTECTED]
er/cleaner/better approach?? or do i really need/wind up doing something like if ($_GET['foo'])... if ($_POST['apple'])... and just have a mix of both methods within the code... thanks -bruce [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Date/Time Display for recurring monthly event

2005-09-10 Thread [EMAIL PROTECTED]
Having a heck of time getting anything to work, can anyone make a suggestion to the following. I need a webpage that displays 5 recurring meeting dates, i.e. the second Wednesday, Thursday, and Friday of each month in five different locations. Is there an easy (meaning code only, without using a

Re: [PHP] array simple question

2005-09-13 Thread [EMAIL PROTECTED]
tray print the array this way: echo ''; print_r($array); echo ''; -afan matt VanDeWalle wrote: hello, I have a simple question, not really a problem this time. I know that the function print_r() will print an array but if that array has sub-arrays it prints everything and if you don't use m

[PHP] can not re-use a object

2005-09-19 Thread [EMAIL PROTECTED]
Hi! Sorry about the bad english :-[ I try to re-use an object that manage the mysql connections (it is code from sugarcrm) $db = new PearDatabase(); $var = "'" . $user_id ."'"; $pregunta = "SELECT user_name FROM users WHERE id = $var"; $resultado = $db->query($pregunta, true, "Error filling in use

Re: [PHP] can not re-use a object

2005-09-20 Thread [EMAIL PROTECTED]
running. Do you run > mmcache or any other code caching mechanism? (phpinfo() would tell > you if you're not sure) > > Good luck! > > > On Sep 19, 2005, at 6:26 AM, [EMAIL PROTECTED] wrote: > >> Hi! Sorry about the bad english :-[ >> I try to re-use an object t

Re: [PHP] can not re-use a object

2005-09-20 Thread [EMAIL PROTECTED]
being executed while mmcache was running. Do you run > mmcache or any other code caching mechanism? (phpinfo() would tell > you if you're not sure) > > Good luck! > > > On Sep 19, 2005, at 6:26 AM, [EMAIL PROTECTED] wrote: > >> Hi! Sorry about the bad engl

[PHP] PDF Thumbnails

2005-09-25 Thread [EMAIL PROTECTED]
I give my users an option to upload pdf files to my site and would like them to see a thumbnail view of the file once uploaded. Has anyone heard of a way how to do this?

Re: [PHP] PDF Thumbnails

2005-09-26 Thread [EMAIL PROTECTED]
You would haven't happen to have an example? I am new to imagemagick. Any help would be greatly appreciated. On 9/26/05, Jim Moseby <[EMAIL PROTECTED]> wrote: > > > -Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: Monday, S

Re: [PHP] PDF Thumbnails

2005-10-02 Thread [EMAIL PROTECTED]
How do I implement using your script? Do this take all of the files in a directory and convert them into pdf thumbnails? Where does the directory path go? Thanks for posting and the help. On 9/29/05, Matt Darby <[EMAIL PROTECTED]> wrote: > > I wrote a script for this; it's des

[PHP] Inserting a NULL value into MySQL via PHP

2005-11-10 Thread [EMAIL PROTECTED]
Is there a way when making a MySQL database entry through a PHP script and there is no data to make the db treat it as NULL?

[PHP] better way to mix html and php code?

2005-11-16 Thread [EMAIL PROTECTED]
Hi to all, always wondered what's better way to mix html and php code. Here are three "ways" of the same code. Which one you prefer? (And why, of caurse :)) Solution 1: echo 'style="border: 1px solid

[PHP] when to enter submitted in mysql?

2005-11-29 Thread [EMAIL PROTECTED]
Hi to all! I have form made on 4 pages (by groups of questions). Right now my code works this way: once somebody submit the first page of the form his/her submitted info is entered in database with status=temp. I store the ID (insert_id()) in session and then every time visitor submit the next

Re: [PHP] Re: when to enter submitted in mysql?

2005-11-29 Thread [EMAIL PROTECTED]
. Actually, I use Interbase (Firebird) for this type of application. Todd [EMAIL PROTECTED] wrote: Hi to all! I have form made on 4 pages (by groups of questions). Right now my code works this way: once somebody submit the first page of the form his/her submitted info is entered in database

RE: [PHP] Re: PDF Generator

2005-12-04 Thread [EMAIL PROTECTED]
Why not use JavaScript? It's supported well in Acrobat Professional. Jud. Original Message: - From: Dan Harrington [EMAIL PROTECTED] Date: Sun, 4 Dec 2005 09:12:51 -0700 To: php-general@lists.php.net Subject: [PHP] Re: PDF Generator I have a TON of forms that I ha

Re: [PHP] What software do you use for writing PHP?

2005-12-06 Thread [EMAIL PROTECTED]
HomeSite. I tried several others but always came back to HomeSite. :) -afan Jeff McKeon wrote: >Hey all, > Forever now I've been using Frontpage for > all my web work including php. > I'm sure there's better software out there that is more > suited to writing and editing PHP pages. > What

Re: [PHP] Inserting a NULL value into MySQL via PHP

2005-12-07 Thread [EMAIL PROTECTED]
I tried this and it didn't work using PHP it just leaves a blank instead of a NULL setting. Any other ideas? On 11/11/05, Richard Lynch <[EMAIL PROTECTED]> wrote: > > On Thu, November 10, 2005 11:15 pm, Curt Zirzow wrote: > > > > > $sql_quoted

[PHP] Date Function Questions

2005-12-11 Thread [EMAIL PROTECTED]
This maybe a dumb questions, but in php where is the information taken from for the date() function? Is it pulled through Apache or the hardware or in the php.ini file? I am having an issue to where the time arbitraly changed one day from PST to CST.

[PHP] Re: R: [PHP] Date Function Questions

2005-12-11 Thread [EMAIL PROTECTED]
Is the system time through Linux, Apache or through the php.ini file? On 12/11/05, Sebastian En3pY Zdrojewski <[EMAIL PROTECTED]> wrote: > > afaik it's the system time. > > Cheers > > En3pY > > > Sebastian Konstanty Zdrojewski > > __

[PHP] XML Reader

2005-12-28 Thread [EMAIL PROTECTED]
Is there any easy php script to run to view an xml file such as new headlines like so: http://news.google.com/?output=rss or can anyone point me in the right direction for good online tutorials or books.

[PHP] PHP 4.4.2 Update Issues?

2006-01-20 Thread [EMAIL PROTECTED]
Hello I've started work for a client who has their own server running PHP 4.1.1. If I upgrade them to PHP 4.4.2, will there be any issues I'd need to look out for? Is there a general process (or checklist) I should follow when upgrading PHP versions to find where potential the may be potentia

[PHP] Upgrading to 4.4.2

2006-01-22 Thread [EMAIL PROTECTED]
Hello I've started work for a client who has their own server running PHP 4.1.1. If I upgrade them to PHP 4.4.2, will there be any issues I'd need to look out for? Is there a general process (or checklist) I should follow when upgrading PHP versions to find where potential the may be potential c

Re: [PHP] Upgrading to 4.4.2

2006-01-22 Thread [EMAIL PROTECTED]
Hi Amol, On 1/23/06, Amol Hatwar <[EMAIL PROTECTED]> wrote: Just make sure a phpinfo() before and after the upgrade match :) That _just_ crossed my mind! This will help in making sure I setup all the settings correctly. Thanks Tim -- PHP General Mailing List (http://www.p

[PHP] php.ini version changed, code broke

2006-02-08 Thread [EMAIL PROTECTED]
Hello all from a newbie. We have a Nitix server (from Net Integration Technologies, Inc.) that hosts various web site. Recently they released a software upgrade, and in the release notes was this warning: "A number of PHP options (in the php.ini file) were changed, either to improve security or

Re: [PHP] how to learn php

2006-02-11 Thread [EMAIL PROTECTED]
tedd wrote: hello i have been trying to learn php. what is the best approach to learning php for someone who has no programming experience? -snip- any advice and/or opinions would be greatly appreciated. thanks. Here's a tutorial I found useful, and would be good for someone without a pr

[PHP] debugger_on( ) third time!

2001-01-27 Thread [EMAIL PROTECTED]
Nagpur http://nagpurcity.net = -- 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] debugger_on( ) third time!

2001-01-27 Thread [EMAIL PROTECTED]
nks again Tarique -- = B2B Application Providers http://www.sanisoft.com Vortal for Nagpur http://nagpurcity.net = -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTE

Re: [PHP] ibm-db2 support

2001-01-29 Thread [EMAIL PROTECTED]
Yup. Install the "DB2 Application Development" package and it'll give you the headers. -Szii - Original Message - From: Bill Sneed <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, January 28, 2001 12:49 PM Subject: [PHP] ibm-db2 support > Greet

[PHP] one quick question: how do I assign atring value into variable?

2001-01-31 Thread [EMAIL PROTECTED]
Folks, The title is my question, how do I assign strign value into variables? Say , is the syntax below correct? if ($singleRooms==1) { $roomType ='Single Room'; }elseif ($singleRooms==2) { $roomType ='Double Room'; }else{ $roomType='Room Type not d

Re: [PHP] HowTo: IBM DB2 w/PHP

2001-01-31 Thread [EMAIL PROTECTED]
rneath the covers.) Have fun! -Szii - Original Message - From: Karl J. Stubsjoen <[EMAIL PROTECTED]> To: PHP Mailing List <[EMAIL PROTECTED]> Sent: Tuesday, January 30, 2001 9:20 AM Subject: [PHP] HowTo: IBM DB2 w/PHP > Hello, > > We have succesfully installed the IB

Re: [PHP] Pricing for PHP programming???

2001-02-01 Thread [EMAIL PROTECTED]
vacation, sick days, etc. -Szii - Original Message - From: Jonathan Sharp <[EMAIL PROTECTED]> To: Philip Olson <[EMAIL PROTECTED]>; Josh G <[EMAIL PROTECTED]> Cc: PHP User Group <[EMAIL PROTECTED]> Sent: Wednesday, January 31, 2001 6:26 PM Subject: RE: [PHP] Prici

Re: [PHP] contracting & consulting (was "[PHP] Pricing for PHP programming???")

2001-02-01 Thread [EMAIL PROTECTED]
l Message - From: Dean Hall <[EMAIL PROTECTED]> To: PHP General <[EMAIL PROTECTED]> Sent: Thursday, February 01, 2001 10:43 AM Subject: [PHP] contracting & consulting (was "[PHP] Pricing for PHP programming???") Somewhat related to the recent discussion on pricing for con

Re: [PHP] contracting & consulting (was "[PHP] Pricing for PHP programming???")

2001-02-01 Thread [EMAIL PROTECTED]
This is one of ASPs strongest points. However, as PHP grows, people will notice. Open Source ANYTHING still has a ways to go, but it's getting there. -Szii - Original Message - From: Benjamin Munoz <[EMAIL PROTECTED]> To: 'Dean Hall' <[EMAIL PROTECTED]>; PHP Gener

Re: [PHP] Pricing for PHP programming???

2001-02-02 Thread [EMAIL PROTECTED]
y didn't.) *laugh* There's too many "Mike Oxford" types running around, and "Szii" seems to stick pretty well...so I use it. *shrug* -Szii/Mike - Original Message - From: stankusn <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, Febru

RE: [PHP] Pricing for PHP programming???

2001-02-02 Thread [EMAIL PROTECTED]
http://www.sanisoft.com Vortal for Nagpur http://nagpurcity.net = -- 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] Bah, XML

2001-02-03 Thread [EMAIL PROTECTED]
HP 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] manage number of rows displayed

2001-02-04 Thread [EMAIL PROTECTED]
Hi, After I run a query, how do I set the number of rows returned to display as 3 or 4 columns in a page instead of one column as usual? Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself"

Re: [PHP] manage number of rows displayed

2001-02-04 Thread [EMAIL PROTECTED]
? Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself" - Original Message - From: Milan Mlynarcik <[EMAIL PROTECTED]> To: Jacky@lilst <[EMAIL PROTECTED]> Sent: Monday, February 05, 2001 2:03 AM Subject: Re: [PHP] manage nu

[PHP] XML methods(SAX/expat)

2001-02-05 Thread [EMAIL PROTECTED]
e megabyte images. (Yes, it's from an outside source that we have no control of.) -Szii -- 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] Can I do this to write out html file using fopen

2001-02-06 Thread [EMAIL PROTECTED]
t;\n"); fputs($htmlFile, "Customer detail\n"); (and blabla until the end of the file). fputs($htmlFile, "\n"); fputs($htmlFile, "\n"); ** And there is nothing in the file requestDetail.php3 b

Re: [PHP] Bad Practices

2001-02-14 Thread [EMAIL PROTECTED]
I told Apache to deny all .inc requets, ala .htaccess-style stuff in the httpd.conf -Szii - Original Message - From: Sebastian Stadtlich <[EMAIL PROTECTED]> To: 'Rick Hodger' <[EMAIL PROTECTED]>; 'Php-General (E-Mail) <[EMAIL PROTECTED]> Sent: Wed

Re: [PHP] Generate XML files

2001-02-15 Thread [EMAIL PROTECTED]
echo "\n\n"; Reformat as you want, I just didn't want to write multiple "echo" lines. =P Or.. -Szii - Original Message - From: Paulo Jan <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 15, 2001 4:05 AM Subject: [PHP]

[PHP] mail() not working

2001-02-18 Thread [EMAIL PROTECTED]
has valid email address in there, can anybody tell me what went wrong? $queryRequest = "SELECT * FROM TouristRequests WHERE TouristRequestID='$TouristRequestID'"; $resultRequest = mysql_query($queryRequest) or die(mysql_error()); $mailAdmin

[PHP] something wrong at my mail set up in php.ini

2001-02-19 Thread [EMAIL PROTECTED]
Dera folks, I suspect there is something wrong at my php.ini mail setup. My script for mail() does not work and no error message, just did not send out anything. Is there anyway I can see if script mail() does not work and see what the problem is? Jack [EMAIL PROTECTED] "There is nothing

[PHP] mysql_last_id()

2001-02-19 Thread [EMAIL PROTECTED]
Why is this broken for BIGINTs? Is there a good reason for it, or has no one simply fixed it...? -Szii -- 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

<    1   2   3   4   5   6   >