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

2003-03-04 Thread Ricardo Fitzgerald
l: Tuesday, 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: <[EMAI

[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 betwe

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

2003-02-27 Thread Ricardo Fitzgerald
5) 888 2555 FAX (305) 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 Fitzgeral

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] A

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] A

[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 var

[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 whi

[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 "\n" ."\n" ."$row->id\n" ."$row->Nombre\n" ."$row->Apellido\n" ."$row->Direccion\n" ."$row->Ciudad\n" ."$row->Telefono\n" ."$row

[PHP] PHP and ORACLE

2002-07-12 Thread Ricardo Fitzgerald
eciate any 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 sharin

[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 tab

[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 $fe

[PHP] Re: Postnuke Anyone ?

2002-05-05 Thread Ricardo Fitzgerald
ubmit 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]">new

Re: [PHP] Re: Postnuke Anyone ?

2002-05-03 Thread Ricardo Fitzgerald
> How about some code? > > > Here is the code   INTEGRACION REGIONAL  LA HACE QUIEN TRABAJATEXTO   UNIDOS E INTEGRADOS  ELEGIMOS NUESTRO DESTINOTEXTO   Registrarse  Nombre Apellido País ArgentinaBrasilBoliviaChileParaguayUruguay Email Alia

[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 'Ref:';* *print '$reference';* the problem is with the output, the table is fine but the variable $reference otputs it's name $reference instead of it's value i.e. 345. I'm getting mad bec