Re: [PHP] Re: upload file - clients path to file?

2005-08-30 Thread Angelo Zanetti
Angelo Zanetti Z Logic www.zlogic.co.za [c] +27 72 441 3355 [t] +27 21 469 1052 Jasper Bryant-Greene wrote: [EMAIL PROTECTED] wrote: Well basically i need it for an add products page and if the users doesnt fill in all the fields correctly I display some error message as well

Re: [PHP] Help Needed

2005-08-26 Thread Angelo Zanetti
does the actual SQL statement bring back any info if you do it through the oracle interface, perhaps the problem isnt php but the SQL statement. HTH Angelo Raz wrote: Leading back in the code, that would suggest that $nrows is not greater than zero - could be a problem with $nrows

[PHP] PHP open source newsletter software

2005-08-25 Thread Angelo Zanetti
Hi guys. Does anyone know of any open source software written in PHP to create HTML news letters (head, side and bottom graphics). as well as being able to send the newsletters. thanks in advance. -- Angelo Zanetti Z Logic www.zlogic.co.za [c] +27 72 441 3355 [t] +27 21 469 1052 -- PHP

Re: [PHP] Howto connect to the internet using php

2005-07-21 Thread Angelo Zanetti
cant u use the exec() function to call system commands... Steven wrote: Is there any way for me to use php to make my windows xp pc connect to the internet, either by starting the windows dialer or by some other means? The windows machine uses a standard 56k dialup to connect to the

[PHP] PHP and undelivered mail

2005-07-12 Thread Angelo Zanetti
HI all. Is it possible to determine if a mail was sent successfully or not delivered using PHP? Obviously using PHP to send the emails. thanks in advance ANgelo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Fw: Unsubscribe me

2005-07-06 Thread Angelo Zanetti
http://www.php.net/unsub.php its at the bottom of each mail posted to the list. try reading next time... anshul wrote: Please Unsubscribe me I don't wanna recieve many e-mails to my inbox. - Original Message - From: anshul [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc:

Re: [PHP] alternative to empty

2005-07-06 Thread Angelo Zanetti
what about checking that the length is 0 but i think the other suggestions are fine. André Medeiros wrote: On Wed, 2005-07-06 at 10:55 +0100, Ross wrote: I have been using empty in forms for some time now. but have just discovered that PHP 4 As of PHP 4, The string value 0 is

Re: [PHP] IBM's Learning PHP Part 1 tutorial.

2005-07-06 Thread Angelo Zanetti
have to agree with Richard here, its wasting resources bringing back * from the database. Its one of those fundamentals. Only do a select * from... where you actually need all the info. Bill, try read the manual to see how the |mysql_query() returns info. SOmeone has posted the link in this

Re: [PHP] Display picture from MySQL

2005-06-27 Thread Angelo Zanetti
or you could just store the path to where the directory is in the database and go find the file according to the path and filename. HTH Georgi Ivanov wrote: /*Fetch the image :*/ $res=mysql_query(select picture from pics_table where id=1) or die(err); $line=mysql_fecth_array($res); /*Send

Re: [PHP] Re: PHP vs. ColdFusion

2005-06-27 Thread Angelo Zanetti
as well as a great templating engine: smarty (there are others as well) Please let us know what the outcome is!! thanks Angelo Anton Kovalenko wrote: PHP is open source. It's highly supported by lots of developers. It's free. There are many different libraries such as PEAR, for instance

Re: [PHP] Amy's Site question

2005-06-22 Thread Angelo Zanetti
what does this have to do with amy's site? just curious about the subject John Nichel wrote: Jack Jackson wrote: Hello, On a site I'm listing measurements in both inches and cm; in the db they're stored as inches. To convert them to cm I'm doing: ?php echo ($cartoon['art_width'] * 2.54);

Re: [PHP] editor in WEB PAGE

2005-06-20 Thread Angelo Zanetti
there is a product called spaw, i think the site is www.solmetra.com check it out HTH Angelo Zanetti Z Logic www.zlogic.co.za Denyl Meneses Guillén wrote: Hello I want to use a RTF editor within a web page like the Hotmail or Yahoo where when writing the content of the email him can be put

Re: [PHP] headers and session

2005-06-07 Thread Angelo Zanetti
Hi Alessandro try this as well (Put these lines before and after your redirect/header statement); session_write_close(); header( Location: .$PHPcmd ); exit(); hope this helps Angelo Zanetti Z Logic www.zlogic.co.za Alessandro Rosa wrote: Hi to all, I got a problem while storing session

[PHP] what do you guys use for reporting?

2005-06-03 Thread Angelo Zanetti
-- Angelo Zanetti Z Logic www.zlogic.co.za [c] +27 72 441 3355 [t] +27 21 469 1052 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] what do you guys use for reporting?

2005-06-03 Thread Angelo Zanetti
system reporting: eg: sales per province/state well any reporting, most systems use reporting im sure most of the reporting is done using PHP. [EMAIL PROTECTED] wrote: For reporting what? - hi guys, I sent an earlier post but no answers, so I just want you to list the software

Re: [PHP] Site Design Strategy

2005-06-03 Thread Angelo Zanetti
what you are looking for is a CMS system something like www.plone.org also there is an rich text HTML area which you can use on your site, check this out: http://www.solmetra.com/en/disp.php/en_products/en_spaw/en_spaw_intro it might help hope it does. Angelo Greg Donald wrote: On 6/2

Re: [PHP] Site Design Strategy

2005-06-03 Thread Angelo Zanetti
you reply to all, which a lot of people do for mailing lists. I hit 'reply to all' as well, then I remove everything but [EMAIL PROTECTED] It's not that hard, really. I'm not sure what Angelo uses but gmail is threaded, and the same thing happens with my mail client. Threaded

Re: [PHP] Site Design Strategy

2005-06-03 Thread Angelo Zanetti
reply to all, which a lot of people do for mailing lists. I hit 'reply to all' as well, then I remove everything but [EMAIL PROTECTED] It's not that hard, really. I'm not sure what Angelo uses but gmail is threaded, and the same thing happens with my mail client. Threaded

Re: [PHP] Craig's List Clone part deux

2005-06-02 Thread Angelo Zanetti
have you looked on sourceforge? there are alot of helpful scripts there, hope this helps. Angelo Zanetti Z Logic www.zlogic.co.za [c] +27 72 441 3355 [t] +27 21 469 1052 Philip Hallstrom wrote: On May 31, 2005, at 1:48 PM, Michael O'Neal wrote: Thanks John. That's one of the reasons I

Re: [PHP] TEST

2005-06-02 Thread Angelo Zanetti
gmail doesn't show you your own posts why is that?? Angelo Zanetti Z Logic www.zlogic.co.za -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Accessing DLL from PHP

2005-06-02 Thread Angelo Zanetti
perhaps the system command is what you are looking for? its in the manual. just search in the manual for it... Hope this helps Angelo Zanetti Z Logic www.zlogic.co.za Rory McKinley wrote: Hi list I do not have much programming experience outside some PHP stuff so please excuse a stupid

[PHP] reporting software

2005-05-30 Thread Angelo Zanetti
you've used and your experiences and recommendations. thanks in advance Angelo -- 52 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] dynamically updating site

2005-05-16 Thread Angelo Zanetti
content management systems..like plone.org or creating your own system, with a backend where you update the text with a html teatarea editor (like bold italic etc...) and then update the DB and walla! hope this helps. Angelo Zanetti Z Logic www.zlogic.co.za [c] +27 72 441 3355 [t] +27 21 469

Re: [PHP] Seeking decent domain registrar

2005-05-12 Thread Angelo Zanetti
godaddy.com domaindirect.com http://www.telivo.com/ for uk based stuff.. hope this helps Angelo Zanetti Z Logic www.zlogic.co.za [c] +27 72 441 3355 [t] +27 21 469 1052 Marcus Bointon wrote: Somewhat OT - I've had almost entirely poor experiences with domain registrars, so I'm looking

Re: [PHP] Re: Posts taking over an hour to be displayed

2005-05-12 Thread Angelo Zanetti
yeah mine were quite slow, im in south africa and they route to the USA to wherever the mailing list server sits... Amir Mohammad Saied wrote: No! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php resultset restart??

2005-05-11 Thread angelo
at the beginning of the resultset again for each loop? Or is it best just to copy the resultset to an array and just loop through the array multilpe times? thanks in advance -- Angelo This message was sent using IMP, the Internet Messaging

Re: [PHP] php resultset restart??SOLVED

2005-05-11 Thread Angelo Zanetti
great thanks guys, exactly what we're looking for!!! Philip Hallstrom wrote: i've checked the PHP manual but can't find a function for this, perhaps I'm missing something. I get a resultset and loop through it but this is in a loop so it only executes the first time. is this because the

Re: [PHP] using header ('Location:) to pass varaiables

2005-05-10 Thread Angelo Zanetti
try this header(Location: email_confirm.php?email=.$email); exit(); Angelo Zanetti Z Logic www.zlogic.co.za [c] +27 72 441 3355 [t] +27 21 469 1052 Ross wrote: Is it possible to send variables using header() ? I have tried variations on the theme header ('Location: email_confirm.php?email

Re: [PHP] payment gateways slightly OT

2005-05-09 Thread Angelo Zanetti
thanks greg, will check them out. Greg Donald wrote: On 5/6/05, Angelo Zanetti [EMAIL PROTECTED] wrote: I just want to find out from you which payment gateways you use and what experiences good and bad have you had with them. I'm looking for a reliable payment gateway to handle credit card

Re: [PHP] multi dimensional arraySOLVED

2005-05-06 Thread Angelo Zanetti
thanks richard. In the PHP.ini its set to on but in the .htaccess file we've set it to OFF. could this still be causing the problem?? thanks again Angelo Zanetti Z Logic www.zlogic.co.za [c] +27 72 441 3355 [t] +27 21 469 1052 Richard Lynch wrote: On Thu, May 5, 2005 3:37 am, Angelo Zanetti

[PHP] payment gateways slightly OT

2005-05-06 Thread Angelo Zanetti
Hi guys, I just want to find out from you which payment gateways you use and what experiences good and bad have you had with them. I'm looking for a reliable payment gateway to handle credit card processing Apologies for the OT post thanks in advance -- Angelo Zanetti Z Logic

[PHP] multi dimensional array

2005-05-05 Thread Angelo Zanetti
this not to assign the value to the multidimensional array? AFAIK both servers have register_globals OFF TIA -- Angelo Zanetti Z Logic www.zlogic.co.za [c] +27 72 441 3355 [t] +27 21 469 1052 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] multi dimensional arraySOLVED

2005-05-05 Thread Angelo Zanetti
are responsible for this situation?? TIA Angelo Zanetti wrote: Hi guys, I have a problem where I use a multi dimensional array on one server and now have moved it to another server and it just doesnt work: $result2 = $userdb-listUsers($clubID); $i=0; while ( $row2

Re: [PHP] joining in php development

2005-05-05 Thread Angelo Zanetti
well your statement doesnt make any sense bala chandar wrote: hi, how to join in php development??? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] joining in php development

2005-05-05 Thread Angelo Zanetti
best is to get hold of the guys at www.php.net bala chandar wrote: Hey On 5/5/05, Angelo Zanetti [EMAIL PROTECTED] wrote: well your statement doesnt make any sense bala chandar wrote: hi, how to join in php development??? i want to develop some functions that is built

[PHP] losing session values

2005-05-04 Thread Angelo Zanetti
(); function after each statement but we are not sure whats causing the session problem. we also have a few javascript popup windows, is there anything that people can tell me from experience that might be causing these session variables to be altered?? thanks in advance Angelo -- PHP General Mailing

Re: [PHP] losing session values [SOLVED]

2005-05-04 Thread Angelo Zanetti
lost session data. So i hope this can help others who have the same problem as i've just had!! Angelo Angelo Zanetti wrote: Hi all, We have developed a site on a server now the client has moved the site to another server. Both servers run apache. However some of the Session variables

Re: [PHP] losing session values [SOLVED]

2005-05-04 Thread Angelo Zanetti
lost session data. So i hope this can help others who have the same problem as i've just had!! Angelo Angelo Zanetti wrote: Hi all, We have developed a site on a server now the client has moved the site to another server. Both servers run apache. However some of the Session variables

[PHP] php Full Page Calendar not date picker

2005-04-29 Thread Angelo Zanetti
need but Im not using smarty for this particular project. thanks in advance. -- Angelo Zanetti Z Logic www.zlogic.co.za [c] +27 72 441 3355 [t] +27 21 469 1052 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] SOLVEDphp Full Page Calendar not date picker

2005-04-29 Thread Angelo Zanetti
Dont worry guys i solved it. Angelo Zanetti wrote: Hi all. Im looking for a PHP/Javascript calender that is a full page calender. IE: for each day there is quite a big block. Therefore it will be a bigger form of a date picker. What I want to do is to be able to assign notes for each day. I've

Re: [PHP] SOLVEDphp Full Page Calendar not date picker

2005-04-29 Thread Angelo Zanetti
I got a script from a friend of mine. Otherwise I would have definitely given the URL... Petar Nedyalkov wrote: On Friday 29 April 2005 11:43, Angelo Zanetti wrote: Dont worry guys i solved it. And if you name the solution, it'll be a perfect finish for this thread. Remember

Re: [PHP] want to take credit card payments (novice)?

2005-04-26 Thread Angelo Zanetti
you need another IP address for the SSL certificate on your server. Its best to let the payment gateway handle the credit card processing. AndreaD wrote: Does anyone have any handy links/tip/tutorials for a newbee who wants to take credit card payments? Using php never set up a SSL or

Re: [PHP] Re: want to take credit card payments (novice)?

2005-04-26 Thread Angelo Zanetti
yes actually I started the post but I cant remember the subject...but if you can find that thread it will be beneficial to what you want to do... HTH AndreaD wrote: Been looking into and and you both are right. All I have to do is sort out the SSL!! AndreaD [EMAIL PROTECTED] wrote in message

[PHP] problem with array diff, need to reindex array according to key

2005-04-26 Thread Angelo Zanetti
to be reindexed because I want to loop through it from element 0 till count($diff). How do I reindex the returned array by key, to accomplish the above. thanks in advance -- Angelo Zanetti -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: problem with array diff, need to reindex array according to key

2005-04-26 Thread Angelo Zanetti
sorry I'm not using array_diff_assoc just array_diff... Jason Barnett wrote: Angelo Zanetti wrote: HI all, I am using the array_diff function. The problem im having is the array that gets returned. Well here's an example: this is where i assign the values to two different arrays

[PHP] reservation/booking script for a hotel

2005-04-25 Thread Angelo Zanetti
dont want ro reinvent the wheel so I was wondering if anyone has encountered any really good scripts for the above? thanks in advance. -- Angelo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] reservation/booking script for a hotel

2005-04-25 Thread Angelo Zanetti
but the project is commerical, obviously you are looking for something open source/free. Also I would be interested to know if performance of PHP is an issue for a critical system such as this and how you measure performance? Devraj Angelo Zanetti wrote: Hi all. I have searched the net for some

Re: [PHP] email through PHP

2005-04-19 Thread Angelo Zanetti
= [EMAIL PROTECTED]; for Win32 only ; For Unix only. You may supply arguments as well (default: sendmail -t -i). ;sendmail_path = hope this helps Angelo Zanetti Z Logic [c] +27 72 441 3355 [t] +27 21 464 1363 [f] +27 21 464 1371 www.zlogic.co.za Balwant Singh wrote: i want to use the SMTP server

Re: [PHP] How to unset a post variable

2005-04-15 Thread Angelo Zanetti
well this might help, you can see the referrer page from which the current one was accessed. this is javascript though but it might help depending on your situation. cheers Angelo Zanetti Z Logic [c] +27 72 441 3355 [t] +27 21 464 1363 [f] +27 21 464 1371 www.zlogic.co.za Mario de Frutos

Re: [PHP] User Management

2005-04-13 Thread angelo
use an include file at the top of each page. in this include file you will check to see whether that user has access to see that page, if they dont then just redirect to the main menu page or an error page. hope this helps Angelo Zanetti Z Logic www.zlogic.co.za

[PHP] shared library in php

2005-04-11 Thread Angelo Ayres Camargo
Hello, I have a shared library and i would like very much to use it in php. Do i have to do anything or i can just dl it and use? Angelo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: shared library in php

2005-04-11 Thread Angelo Ayres Camargo
to write an extension wraper to a generic .so or can o dl it and use it funcions from php? Tks Angelo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] mysql error

2005-04-01 Thread Angelo Zanetti
$link = mysql_connect(mysql.timerescue.co.uk, username, password) or die('Could not connect: ' . mysql_error().mysql_errno()); Many thanks, Glen. Send instant messages to your online friends http://uk.messenger.yahoo.com -- Angelo Zanetti Z Logic [c] +27 72 441 3355 [t] +27 21 464 1363 [f] +27

Re: [PHP] Re: upload image file to my server

2005-04-01 Thread Angelo Zanetti
?. somebody help me.? best regards TOMAS -- Angelo Zanetti Z Logic [c] +27 72 441 3355 [t] +27 21 464 1363 [f] +27 21 464 1371 www.zlogic.co.za -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Password expiration script

2005-04-01 Thread Angelo Zanetti
for it and if there is an error (ie logged in but havent changed password) redirect to an error page hopefully this will get you going. Angelo Bosky, Dave wrote: I'm looking for a script that would require a user to change their password every 30 days. Does anyone use a script that has functionality

Re: [PHP] filtering uploaded files

2005-04-01 Thread Angelo Zanetti
if they manage to find *another* user on your server who does just that? Whammo! You no longer own your server, they do. Assume the file you are getting is hostile. Use the Unix file command to analyze it. Then use your own script to analyze it, and be sure it contains suitable data. -- Angelo Zanetti Z

Re: [PHP] Why do I get the warning messages in this case? When I execute script from shell. If I execute script from browser, no warnings.

2005-03-31 Thread Angelo Zanetti
either the directory or file dont exists or you dont have rights to access them hope this helps Angelo Jerry Swanson wrote: php time_test.php PHP Warning: Unknown(): Unable to load dynamic library './domxml.so' - ./domxml.so: cannot open shared object file: No such file or directory in Unknown

Re: [PHP] asking comment

2005-03-30 Thread Angelo Zanetti
use a SQL statement to check if that number exists if not then its fine if it does then generate another no and check again, until there is a unique number generated. hope this helps angelo William Stokes wrote: Hello, I got a bit frustrated with image upload stuff with different image name

[PHP] convert date format

2005-03-24 Thread Angelo Zanetti
'] )); thanks in advance angelo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] convert date format-SOLVED

2005-03-24 Thread Angelo Zanetti
Hi guys, got it to work: $datearr = split('-', $row['date']); $tstamp = mktime(0,0,0,$datearr[1],$datearr[2],$datearr[0]); $myformat = date('j M Y',$tstamp); echo 'myformat: ' . $myformat; hope this can help others!! Angelo Angelo Zanetti wrote: hi guys, I need to convert a date from this format

Re: [PHP] convert date format-SOLVED

2005-03-24 Thread Angelo Zanetti
yeah i know but its used for other calculations thats why i format it with PHP!! thanks anyway Chris Ramsay wrote: Angelo, slightly OT , but as a point of interest perhaps, $row['date'] seemed to indicate that your date comes out of a DB - you can date format stuff with sql too - I find

Re: [PHP] avoiding user using back button-need to re-route

2005-02-11 Thread Angelo Zanetti
ok sorry, I dont get a chance to read the list a lot, can you send me the subject... TIA Richard Lynch [EMAIL PROTECTED] 02/10/05 9:50 PM Angelo Zanetti wrote: I have a site, the user goes through a few pages inputting info and also making various selections. On the last page they are shown

[PHP] avoiding user using back button-need to re-route

2005-02-10 Thread Angelo Zanetti
it expires and if the user clicks back then that routing page will see that the session isnt registered anymore and redirect to an error page. thanks for any suggestions or help. in advance. Angelo Angelo Zanetti Z Logic [c] +27 72 441 3355 [t] +27 21 464 1363 [f] +27 21 464 1371 www.zlogic.co.za

Re: [PHP] Credit card storing, for processing

2005-02-01 Thread Angelo Zanetti
that can work? What kind of encryption should I be using? Point out any areas where you think I might be missing something or going wrong. Thanks in advance. Angelo Richard Lynch [EMAIL PROTECTED] 01/31/05 8:37 PM Angelo Zanetti wrote: this might be slightly OT but I know that the list has quite

[PHP] Credit card storing, for processing

2005-01-30 Thread Angelo Zanetti
not on the server but another location. Can anyone recommend/advise the best way to do this, also what type of encryption should I be using for the credit card info? thanks in advance. Angelo Disclaimer This e-mail transmission contains

[PHP] Re: : [PHP] header information problem

2004-12-23 Thread Angelo Zanetti
I would agree with Yangshiqi yangshiqi [EMAIL PROTECTED] 12/18/04 1:41 PM And if you have some special intent, you can use ob_start(). Best regards, Yang Shiqi -- : yangshiqi [mailto:[EMAIL PROTECTED] : 20041218 19:36 : 'Ahmed Abdel-Aliem'; 'php-general@lists.php.net' : :

[PHP] can Header open in a new window?

2004-12-23 Thread Angelo Zanetti
it? or is the header statement the incorrect way to perform this function? thanks in advance Angelo Disclaimer This e-mail transmission contains confidential information, which is the property of the sender. The information in this e

Re: [PHP] fedora core 3 mail() not working from web

2004-11-26 Thread Angelo Zanetti
Hi, It could have something to do with your PHP.ini file?? Can you post the error message, as it will give us a better idea of what could be wrong. Angelo Minuk Choi [EMAIL PROTECTED] 11/26/2004 10:31:59 AM hey gang, I have a fedora core 3, with standard PHP and MySQL included

[PHP] PHP spell checker for Textarea

2004-11-24 Thread Angelo Zanetti
HI all, Does anyone know of a decent spell checker for an HTML textarea? Thanks in advance Angelo Disclaimer This e-mail transmission contains confidential information, which is the property of the sender. The information

Re: [PHP] $_POST['xxx'] = blabla ?

2004-11-22 Thread Angelo Zanetti
I speak under correction but the reason could be that if someone tries to hack your site, for example I post to your HTML page, you want to check it your $_POST contains a certain variable (which may be hidden) Not really sure besides that Perry Jönsson [EMAIL PROTECTED] 11/22/2004 10:57:23

[PHP] php/html displaying query

2004-11-18 Thread Angelo Zanetti
the paragraph with them in) Thanks in advance. Angelo Disclaimer This e-mail transmission contains confidential information, which is the property of the sender. The information in this e-mail or attachments thereto is intended

Re: [PHP] HTML button as hyperlink

2004-11-18 Thread Angelo Zanetti
Hi, it can be set as type button then in the onClick method use javascript to call the target page. Hope this helps Angelo Mulley, Nikhil [EMAIL PROTECTED] 11/18/2004 4:04:51 PM Hi All, My Question is that , I have an HTML page , how can I make it as Hyperlink instead of a Form Button

RE: [PHP] HTML button as hyperlink

2004-11-18 Thread Angelo Zanetti
well thats the whole point of a submit button: thats it submits the form to a specific file. I would suggest doing an HTML tutorial, it wont take long and it will really help. Angelo Mulley, Nikhil [EMAIL PROTECTED] 11/18/2004 4:39:35 PM Thanks Martin , it gelled :) -Original Message

RE: [PHP] php/html displaying query

2004-11-18 Thread Angelo Zanetti
thanks Jay, exactly what I needed and it works like a charm! Angelo Jay Blanchard [EMAIL PROTECTED] 11/18/2004 4:46:36 PM [snip] However when I want to display this field in HTML I have a problem that its all bunched into 1 paragraph, obviously because there are no p or br tags telling

[PHP] sending mail attachment problem

2004-11-15 Thread Angelo Zanetti
in advance for any help Angelo Disclaimer This e-mail transmission contains confidential information, which is the property of the sender. The information in this e-mail or attachments thereto is intended for the attention and use only

[PHP] Re: sending mail attachment problem

2004-11-15 Thread Angelo Zanetti
(base64_encode($file)); $message .= $fileContent; $message .= \r\n; $message .= --.$mime_boundary.\r\n; $ok = mail($to, file by email, $message, $headers); Manuel Lemos [EMAIL PROTECTED] 11/15/2004 5:26:25 PM Hello, On 11/15/2004 12:28 PM, Angelo Zanetti wrote: I have a script that is supposed

Re: [PHP] unable to upload a directory using the web brower (HTTP).

2004-11-15 Thread Angelo Zanetti
); } not sure if this is what your looking for??? hope this helps ANgelo Scott Fletcher [EMAIL PROTECTED] 11/16/2004 12:53:28 AM Um, look like I'm going to have to write a JAVA programming and have a couple of friends to come to help me out with it. Suck though! So

Re: [PHP] Shell Script error

2004-11-10 Thread Angelo Zanetti
well maybe you are trying to connect to localhost which could be fine for the server but not from commandline... send more info. Rui Francisco [EMAIL PROTECTED] 11/10/2004 2:06:09 PM Hi, I have a small problem with a PHP script with Pear DB The problem is the following: I'm creating a shell

[PHP] [PHP-WIN] Re: [PHP] Shell Script error

2004-11-10 Thread Angelo Zanetti
measures like Mysql for access from other hosts. The problem is that if i run the script on the browser it works, but on the command line on Windows machine it doesn't work Thanks in advance Rui Francisco Angelo Zanetti wrote: well maybe you are trying to connect to localhost which could

Re: [PHP] VOTE TODAY

2004-11-03 Thread Angelo Zanetti
screw all this political bullsh1t! who cares about the americans, they are just after oil and I dont care as long as bush doesnt win. long live iraq!!! Daniel Schierbeck [EMAIL PROTECTED] 11/3/2004 3:52:35 PM Ryan A wrote: On 11/2/2004 6:34:43 PM, ApexEleven ([EMAIL PROTECTED]) wrote: I

Re: [PHP] VOTE TODAY

2004-11-03 Thread Angelo Zanetti
you obviously havent watched farenheit 911. where are the WMD? Ryan A [EMAIL PROTECTED] 11/3/2004 5:56:27 PM THIS is going too far, I am not an American or staying in the States but I hope bush wins,your country tries to develop WMDs and the Americans come and kick all your asses, impose

[PHP] PHP tp PDF

2004-10-13 Thread Angelo Zanetti
which from what I've read is a pretty decent alternative. I have also found some smaller ones that are less appealing. Is FPDF a suitable replacement to PDFlib or should I be looking to use another library? Any other comments are welcome about FPDF. Thanks Angelo

[PHP] spaces in select

2004-10-11 Thread Angelo Zanetti
posted. It only shows the first word IE: United. Is there a way to ensure that I can get all the words that the value is set to?IE: United States of America, when the form is posted? Thanks in advance. Angelo Disclaimer This e

Re: [PHP] spaces in select-SOLVED

2004-10-11 Thread Angelo Zanetti
ok thanks to those who responded: this is how i got it working: echo(option value=\ . $row['location'] . \ . trim($row['location']) . /option); Angelo Dan Joseph [EMAIL PROTECTED] 10/11/2004 4:43:56 PM I have a select/option that gets populated with countries. The value

[PHP] checkbox arrays and validation

2004-10-05 Thread Angelo Zanetti
, that would be really helpful. thanks in advance Angelo Disclaimer This e-mail transmission contains confidential information, which is the property of the sender. The information in this e-mail or attachments thereto is intended

Re: [PHP] checkbox arrays and validation

2004-10-05 Thread Angelo Zanetti
its the only form on the page... Based on the other responses I will have to use chkmodels[] and need to get the javascript working. Is it not possible to use the forms name when referencing the array? thank again. Angelo Marek Kilimajer [EMAIL PROTECTED] 10/5/2004 1:52:02 PM Angelo Zanetti

Re: [PHP] checkbox arrays and validation

2004-10-05 Thread Angelo Zanetti
Angelo Zanetti wrote: its the only form on the page... Based on the other responses I will have to use chkmodels[] and need to get the javascript working. Is it not possible to use the forms name when referencing the array? You should be able to use: document.formName document.forms[0

RE: [PHP] checkbox arrays and validation

2004-10-05 Thread Angelo Zanetti
thanks Mike, worked like a charm!! and thanks to the others who replied! Ford, Mike [EMAIL PROTECTED] 10/5/2004 3:09:32 PM On 05 October 2004 13:55, Angelo Zanetti wrote: Hi Marek, I try to access the array like this: document.frmft.elements[chkmodels[]]; but doesnt work. I

[PHP] Weird characters output

2004-09-20 Thread Angelo Zanetti
. The webserver is Apache and it is running on a linux, I have googled and found that it is an Apache PHP issue but have yet to come up with a solution. If anyone knows whats causing the problem and could help that would be great. thanks in advance. Angelo

[PHP] IIS 4 vulnerabilities

2004-09-15 Thread Angelo Zanetti
that are going to flame me rather just dont respond, and I would like to hear from those of you who can give me some useful input and maybe some past good and bad experiences with a similiar setup. Thanks angelo Disclaimer This e

Re: [PHP] fatal error undefined call to mysql_connect

2004-08-26 Thread Angelo Zanetti
Ok I found out that php is installed as an RPM so do activate mysql? thanks Angelo Zanetti Z Logic [c] +27 72 441 3355 [t] +27 21 464 1363 [f] +27 21 464 1371 www.zlogic.co.za John Nichel [EMAIL PROTECTED] 08/25/04 4:44 PM Angelo Zanetti wrote: so to include the mysql extensions to I have

[PHP] fatal error undefined call to mysql_connect

2004-08-25 Thread Angelo Zanetti
Hi all, I have installed my php scripts on a new server (linux) and when attempting to run them I get this error. Is this error a configuration issue in my PHP.ini file or is it a user issue with mysql and connecting to the database? thanks in advance Angelo

Re: [PHP] fatal error undefined call to mysql_connect

2004-08-25 Thread Angelo Zanetti
so to include the mysql extensions to I have to reinstall PHP or can I simply just change the values in the PHP.ini file for the mysql entries? Thanks to those who responded ramil [EMAIL PROTECTED] 8/25/2004 4:21:14 PM On Wed, 25 Aug 2004 16:12:53 +0200, Angelo Zanetti [EMAIL PROTECTED] wrote

Re: [PHP] fatal error undefined call to mysql_connect

2004-08-25 Thread Angelo Zanetti
I never installed it so... here is my next question. how would I find out how it was installed? John Nichel [EMAIL PROTECTED] 8/25/2004 4:44:18 PM Angelo Zanetti wrote: so to include the mysql extensions to I have to reinstall PHP or can I simply just change the values in the PHP.ini file

[PHP] Re: oop too slow

2004-08-19 Thread Angelo Zanetti
maybe you can rewrite your SQL statements in a way that will improve retrieval time. Google for it. things like select * from ... when you are not using all fields is bad practise. there are many others. Angelo Thomas Seifert [EMAIL PROTECTED] 8/19/2004 11:33:05 AM On Thu, 19 Aug 2004 11:21:16

[PHP] Sessions nightmare continue...

2004-08-17 Thread Angelo Zanetti
googled and cant seem to find the problem. if anyone can help that would be great. thanks in advance Angelo Disclaimer This e-mail transmission contains confidential information, which is the property of the sender. The information

[PHP] Re: Sessions nightmare continue...SOLVED

2004-08-17 Thread Angelo Zanetti
worked. Thanks again. Please remeber so that you dont make the same mistake as me Angelo Craig Donnelly [EMAIL PROTECTED] 8/17/2004 12:04:42 PM Why are you testing if $_POST['submit'] is set are you posting something to the page?? In the two scripts you posted the code block wont be executed

[PHP] problems with sessions!!AAH

2004-08-16 Thread Angelo Zanetti
Hi, Im running a win2k with apache and PHP 4.3.4 and I have gone through the installation readme for PHP. I have copied the necessary files to the correct directories. I have also set register_globals= Off (default) I have set my session path (it exists). Now my problem is that I cant get my

Re: [PHP] System Tray Icon

2004-08-16 Thread Angelo Zanetti
I think VB or some MS dev tool will do the job. John Nichel [EMAIL PROTECTED] 8/16/2004 3:48:11 PM Harlequin wrote: Hi all. I just wanted to throw this message in here and get some opinions before I go off developing something So will post in the correct newsgroup later (when I find

RE: [PHP] problems with sessions!!SOLVED!!

2004-08-16 Thread Angelo Zanetti
thanks MATT it appears that the isset function worked! Jay Blanchard [EMAIL PROTECTED] 8/16/2004 4:46:16 PM [snip] Ok here is what I do: $_SESSION['login']=true; if (session_is_registered($_SESSION['login'])) echo(seesion is reg); else

<    1   2   3   4   5   >