Re: [PHP] PHP Form submitting to MySQL not working...

2010-06-03 Thread Steve Marquez
I am on Mac OS 10.6 I found the logs using the console. It was pretty easy and displays nicely. I am reviewing the entries now. Thanks for your help. -- Steve Marquez Marquez Design e-mail: smarq...@marquez-design.com web: http://www.marquez-design.com phone: 479-648-0325 On Jun 3, 2010, at

Re: [PHP] PHP Form submitting to MySQL not working...

2010-06-03 Thread Steve Marquez
Strangest thing... it just started working again. Odd. Is there an easy way to view the error logs? As you can tell, I am still a novice at this. I am on Apache2 Thanks for your help. -- Steve Marquez Marquez Design e-mail: smarq...@marquez-design.com web: http://www.marquez-design.com phone

Re: [PHP] PHP Form submitting to MySQL not working...

2010-06-03 Thread Steve Marquez
orever. Perhaps the SDK install did something?Thanks, -- Steve MarquezMarquez Designe-mail: smarq...@marquez-design.comweb: http://www.marquez-design.comphone: 479-648-0325  On Jun 3, 2010, at 8:59 AM, Ashley Sheridan wrote: On Thu, 2010-06-03 at 08:56 -0500, Steve Marquez wrote: Good morning,

[PHP] PHP Form submitting to MySQL not working...

2010-06-03 Thread Steve Marquez
Can anyone point me in the right direction to fix this? Have you ever seen this before? Thanks, Steve Marquez -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Auth

2008-10-30 Thread Steve Marquez
without having to re-authenticate during that session. Does this make sense? -- Steve Marquez Marquez Design e-mail: [EMAIL PROTECTED] web: http://www.marquez-design.com phone: 479-648-0325 On Oct 30, 2008, at 3:38 PM, Jay Blanchard wrote: [snip] What is the best way to create authentication

[PHP] PHP Auth

2008-10-30 Thread Steve Marquez
Greetings, What is the best way to create authentication for MySQL info displayed on PHP pages. Thanks, -- Steve Marquez Marquez Design e-mail: [EMAIL PROTECTED] web: http://www.marquez-design.com phone: 479-648-0325

[PHP] Variable not showing up.

2008-07-02 Thread Steve Marquez
YSQL_ASSOC)) { extract ( $line ); ?> $linkspage"; ?>"> '; } ?> -- Steve Marquez Marquez Design e-mail: [EMAIL PROTECTED] web: http://www.marquez-design.com

[PHP] Most viewed?

2008-04-15 Thread Steve Marquez
Greetings, Can any of you point me in the right direction on how to use PHP to create a most viewed or most clicked articles list? Can it be done with PHP? Thank you so much, Steve Marquez [EMAIL PROTECTED]

[PHP] Directory

2008-02-07 Thread Steve Marquez
Greetings, Could someone please point me in the right direction? I am trying to have PHP find out if a directory has files in it and then if it does, display and include, if it does not, then not display the include. I have looked at the Manual and did not really know where to look. Thanks, --

[PHP] Not Null?

2007-10-31 Thread Steve Marquez
Greetings, I have a script that looks for the variable to be NULL and then execute. Is there a way for the script to look for anything or something in the variable and then execute? Ex: If (Œ$a¹ == Œ ANYTHING¹) { some action }else{ some other action } Thank you for any help. -- Steve M.

[PHP] Alternate Colors in Rows

2007-10-03 Thread Steve Marquez
Greetings, I am attempting to alternate the colors of the container DIV. Anyone know how to do this? $optone Edit Delete $study_title $date "; } ?> Thank you very much, -- Steve M.

[PHP] Conditional jump menu

2007-09-27 Thread Steve Marquez
Does anyone know how to create a field based on a menu choice? When the menu is selected, then another field is created with an associated number. For instance: Selection = Collie Field = 1 Selection = AkitaField = 2 And so on... Thanks, -- Steve M.

[PHP] GD Library

2007-09-13 Thread Steve Marquez
Greetings, I am running PHP 4.4.7 without the GD Library and need it to run. I am very novice on PHP, and am using a Mac with 10.3.9. Can anyone point me in the right direction? Thank you so much, -- Steve M.

[PHP] Sorting files in a directory

2007-08-08 Thread Steve Marquez
sort ($file_array); foreach($file_array as $key => $value) { echo "".$value.""; } } } echo ""; // close directory closedir($dh); } } ?> -- Steve Marquez

[PHP] PHP not working after Mac 10.3.9 install

2007-07-23 Thread Steve Marquez
Greetings, I am a very novice user of PHP. I have run PHP 4 on my Powerbook for about three years. When I installed Mac OS 10.3.9, PHP does not work. I forgot how to get it running again. Can anyone help me with this? Thanks, -- Steve Marquez

[PHP] Patterns

2007-06-07 Thread Steve Marquez
Greetings. I just want to say thanks for the help over the past couple of days. I am trying to get a form to delete a file. If the file ends in .php, then I want it to unlink from a certain folder. However, if the file ends in .html or .htm, I want it to unlink from another folder. Is there any

[PHP] Image Information

2007-06-06 Thread Steve Marquez
Greetings, I am trying to get information (width, height, file size) from an image before it is uploaded. Is there a way to do that? Thank you, -- Steve Marquez

Re: [PHP] Strings

2007-06-05 Thread Steve Marquez
I got it to work! I just had to place the HTML elements outside of the PHP code. Thanks for your help. -- Steve Marquez on 6/5/07 2:02 PM Jochem Maas ([EMAIL PROTECTED]) wrote: > Robert Cummings wrote: >> > On Tue, 2007-06-05 at 19:57 +0200, Jochem Maas wrote: >>> >>

[PHP] Strings

2007-06-05 Thread Steve Marquez
The following code works: However, this does not: ²; } ?> It seems that if I add a string, rather than just the variable, then does not work. I am getting an unexpected T_IS_EQUAL error. -- Thanks, Steve Marquez

[PHP] Database.table issue

2006-09-07 Thread Steve Marquez
¹ and the Table Œcategories¹ exists. I have been able to use the shell to insert info into the table and it works fine, even on the in-house server. Does anyone know what this could be? Thanks, -- Steve Marquez

[PHP] GD2

2006-09-07 Thread Steve Marquez
an in-house machine for future use and we were wondering if anyone has run into this issue before. Could it be that we need to create a module in the php.ini file? I am kind of new to the back-end of PHP. You could probably tell. I appreciate any help. Thanks, Steve Marquez

[PHP] Link to content of Directory

2005-02-02 Thread Marquez Design: Steve Marquez
, -- Steve Marquez [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Id_num = ""

2005-01-24 Thread Steve Marquez
Greetings! If I do the following, it gives me a blank page. However, instead of using the variable, if I put in $id_num = "191" Then it will display the information. Does anyone know what I am doing wrong? I hope you understand my question... Thank you in advance! Here is the link I use to t

[PHP] Delete files from the server

2004-12-16 Thread Steve Marquez
MySQL database. Is there any way to do this? Thanks! -- Steve Marquez -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] UPDATE

2004-12-15 Thread Steve Marquez
I am trying to insert information into the database, have it automatically place an ID Number, then update that particular record and replace the word "delete" with the link. The "mysql_insert_id()" does seem to be working. It does put in an id number of "0" However, the code in general gives me a

[PHP] Re: Loops (Thank you very much!)

2004-12-14 Thread Steve Marquez
;]."".$row['description']; and a couple of others -- Steve Marquez -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Loops

2004-12-14 Thread Steve Marquez
do this. I have very little knowledge of PHP but am learning. Let me know if more information is needed. Thank you for any help. -- Steve Marquez [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Forms Question: Options

2004-12-11 Thread Steve Marquez
Hi everyone! Can someone help me with this question? I created a photo upload utility with individual galleries that images can be uploaded into. In the MySQL database, there are multiple names of galleries, some are the same. I want to have a select menu to show just the unique names of the gall

[PHP] PHP to HTML

2003-12-08 Thread Steve Marquez
Greetings! Is there a way to have PHP write an HTML file? What I would like to do is have a user fill out a form, then have the information write an HTML file and then save the file either for the first time, or overwrite the existing one. I hope this makes sense. Can anyone help? -- Steve

[PHP] Calendar

2003-11-12 Thread Steve Marquez
Hi, I am looking for a simple easy to edit php calendar program. Does anyone know where I can find one? Thanks for your help. -- Steve Marquez [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] if and...

2003-06-30 Thread Steve Marquez
I am trying to get php to use two conditions. My question Is, I am not sure if the "and" is correct, it does not work. Is there another way to do this? I have tried a plus (+), a (,) and nothing seems to work. Could someone please help? Thanks! Steve Marquez Marquez Design [EMAIL

Re: [PHP] php.ini

2003-06-25 Thread Steve Marquez
Thanks guys, I downloaded the source and created a php.ini file. It worked great! Thanks for all your help and patience. -Steve >> Does the php.ini file always go in the same place no matter the OS? I >> did a >> locate in the shell, and nothing came up. I could find .ini files, or >> php. >> fi

Re: [PHP] quotes

2003-06-25 Thread Steve Marquez
I had the same problem. I had my ISP turn magic quotes on in the php.ini file on their server. As soon as they did that, everything worked just fine. -Steve Marquez Marquez Design [EMAIL PROTECTED] www.marquez-design.com > it doesnt work, i just tried it. the text is still cut off after

Re: [PHP] php.ini

2003-06-25 Thread Steve Marquez
g that. > > HTH > Andrew McCombe > > > > >> Steve have you tried to search the entire drive for the php.ini file? >> >> >> - Original Message - >> From: "Steve Marquez" <[EMAIL PROTECTED]> >> To: "PHP eMail List&qu

Re: [PHP] php.ini

2003-06-25 Thread Steve Marquez
Yes, But I had a question that is php and mac specific. I used the info in the discussion all morning, and could not find the file, I thought that some of you great gurus could help with that. Does the php.ini file always go in the same place no matter the OS? I did a locate in the shell, and not

[PHP] php.ini

2003-06-25 Thread Steve Marquez
I am running MacOSX and can not find my php.ini file. Does anyone know where it is located on a mac? I looked at my phpinfo file, and it says /usr/lib/ but does not have the php.ini file in it. Can anyone help? Steve Marquez Marquez Design [EMAIL PROTECTED] www.marquez-design.com -- PHP

[PHP] .htaccess files

2003-06-18 Thread Steve Marquez
Hello everyone, Could someone point me in the direction of some info on .htaccess files? Could someone send me one, tell me where to put it in my server? I hope this is not a stupid question. I am running Apache on a Mac with Jaguar OSX. Thanks for your help, -Steve Marquez [EMAIL PROTECTED

[PHP] Is this possible?

2003-06-11 Thread Steve Marquez
e? Thanks, -Steve Marquez -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] magic_quotes_gpc

2003-06-10 Thread Steve Marquez
Anyone know how to change the magic_quotes_gpc? I need it to be on in PHP. Running PHP 4.1.2 Thanks, Steve Marquez [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Characters

2003-06-10 Thread Steve Marquez
I am inserting a file via a PHP form. It works great, however, if there is a word that has quotes in it, then it does not work at all. Is there a way to make it so that MySQL will receive a word with "quotes?" Thanks -Steve Marquez [EMAIL PROTECTED] -- PHP General Mailing

Re: [PHP] Table issue

2003-06-10 Thread Steve Marquez
Yes, I am assuming that because PHP MyAdmin works with the long article that it is my script that is the issue. The table is a "longtext" table. All permissions are correct. The exact same script works perfectly on my server. The funny thing is that every single line text field inserts into the

[PHP] Table issue

2003-06-10 Thread Steve Marquez
more than 5 paragraphs at the most.) Is there anyone that has run into this problem before? Any suggestions? -Steve Marquez [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php