[PHP] Problems to log into my application as an Admin

2003-03-04 Thread Ricardo Fitzgerald
Hi to all, I designed an application for managing mailing lists, but something really strange happened, I logged in as an admin only once and then it only allows me to log as a regular user, if I try to use the admin user it keeps returning the error messages. I used sessions to distinguish

RE: [PHP] Problems to log into my application as an Admin

2003-03-04 Thread Ricardo Fitzgerald
, March 04, 2003 11:14 AM Para: Ricardo Fitzgerald Asunto: Re: [PHP] Problems to log into my application as an Admin Ricardo, Are you hosting the server yourself or at an ISP? Denis - Original Message - From: Ricardo Fitzgerald [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday

RE: [PHP] Mail (), BBC: recipients not receiving my Newsletter

2003-02-27 Thread Ricardo Fitzgerald
I'll Try that instead :) Thnx! Rick Off Price Closeouts 1700 W 8 Ave Miami, FL 33010 (305) 888 2555 FAX (305) 884 1761 -Mensaje original- De: Jason k Larson [mailto:[EMAIL PROTECTED] Enviado el: Wednesday, February 26, 2003 5:59 PM Para: Ricardo Fitzgerald CC: [EMAIL PROTECTED] Asunto

RE: [PHP] Mail (), BCC: recipients not receiving my Newsletter

2003-02-27 Thread Ricardo Fitzgerald
It's not working either ... Rick Off Price Closeouts 1700 W 8 Ave Miami, FL 33010 (305) 888 2555 FAX (305) 884 1761 -Mensaje original- De: Jason k Larson [mailto:[EMAIL PROTECTED] Enviado el: Wednesday, February 26, 2003 5:59 PM Para: Ricardo Fitzgerald CC: [EMAIL PROTECTED] Asunto

RE: [PHP] Re: Mail (), BBC: recipients not receiving my Newsletter

2003-02-27 Thread Ricardo Fitzgerald
) 884 1761 -Mensaje original- De: Manuel Lemos [mailto:[EMAIL PROTECTED] Enviado el: Wednesday, February 26, 2003 11:35 PM Para: [EMAIL PROTECTED] Asunto: [PHP] Re: Mail (), BBC: recipients not receiving my Newsletter Hello, On 02/26/2003 07:40 PM, Ricardo Fitzgerald wrote: I wrote

[PHP] Mail (), BBC: recipients not receiving my Newsletter

2003-02-26 Thread Ricardo Fitzgerald
Hi to all, I wrote a small form which dumps data to a php script that uses mail () to send an html newsletter, so far is working except that it's not sending to BCC: headers, in my form I have a field to enter a comma delimited email list, after submiting the form this list is stored under one

[PHP] Bar Codes

2002-11-05 Thread Ricardo Fitzgerald
Hi, I'm developing a php application to display and print discount coupons, with a barcode in them, my problem is the server where php is, doesn't have gd compiled with the ttf option it does have the t1, this is the first time I'm developing this kind of application using php and I'm not sure

[PHP] Date formatting from a mySQL timestamp

2002-10-16 Thread Ricardo Fitzgerald
Hi, I have the following query : for($i = 0; $i =$num_results; $i++) { $row = mysql_fetch_object($result); echo table width =\100%\ border =\0\ cellpadding = \3\\n .tr\n .td bgcolor = \#ee\ align = \left\$row-id/td\n .td bgcolor = \#ee\ align = \left\$row-Nombre/td\n

[PHP] PHP and ORACLE

2002-07-12 Thread Ricardo Fitzgerald
recommendations from experienced developers. TIA, Regards, Ricardo Fitzgerald -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: (OT) Our Spam Friend ;))))))))))))))))) 8PPP

2002-07-10 Thread Ricardo Fitzgerald
heheheehhee ;)) Serves our spam friend right... now we can get on with our lives. Chris Shiflett [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I just thought this was worth sharing. :-)

[PHP] Logic -- conditional statements

2002-06-04 Thread Ricardo Fitzgerald
Hi to all, I'm trying to echo a neat table with values from a form, depending on the values it echoes a table with one row with two or with three: Then I have conditional nested statements, to validate these variables and wrote the table with the proper values in each case, the problem is the

[PHP] Code dilema -- '.NULL.' or '.NULL.' or ...

2002-06-02 Thread Ricardo Fitzgerald
Hi, I'm having troubles trying to insert form data into a mysql db, the thing is my client wants table data to be splitted, I mean some data comes from the first form, and the rest from another form. Then this is a portion of the php script. // Add together proper fields to enter birth date

[PHP] Re: Postnuke Anyone ?

2002-05-05 Thread Ricardo Fitzgerald
=submit value=Enviar/form give the submit button a name=submit and you will actually have a variable which your script can pick up. Otherwise nothing will happen. HTH, -Kirk Ricardo Fitzgerald [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi,

Re: [PHP] Re: Postnuke Anyone ?

2002-05-04 Thread Ricardo Fitzgerald
How about some code? Here is the code ?php include 'includes/pnAPI.php'; pnInit(); include 'includes/legacy.php'; pnThemeLoad(); # includes the mainfile functions and the header junk if (!isset($mainfile)) { include(mainfile.php); } include(header.php); # When submit starts db connection

[PHP] Postnuke Anyone ?

2002-05-03 Thread Ricardo Fitzgerald
Hi, I've been unsuccesfully trying to add a php script to a postnuke menu. What I did is a simple form, that connects to a mysql database, and inserts data, then some data is retrieved to generate a page with Welcome $name $lastname ... and so on The problem is the script must be in the center

[PHP] Print statements , syntax , usage, etc

2001-10-22 Thread Ricardo Fitzgerald
Hi, ยก'm new to php, but not to programming, I'm having problems using a simple print statement : *print 'td width=25% bgcolor=#FcaF00bfont face=Tahoma, Verdana, Arial, Sans SerifRef:/fontb//td';* *print 'td width=25% bgcolor=#00bfont face=Tahoma, Verdana, Arial, Sans