Forum: PHP Nov 8th, 2009 |
| Replies: 1 Views: 207 Hello, all:
I'm trying to sanitize/secure my query, and it all seems ok when I test it with most special-characters... but when I try to test the single quote (') like this... ... |
Forum: PHP Jun 10th, 2009 |
| Replies: 10 Views: 664 Hey, Atli...
THANKS A LOT!!!! IT WORKED!!! as you suggested I went back to my table structure and changed it from float (11,2), to decimal(11,2), and it worked like a charm... I did go back to... |
Forum: PHP Jun 9th, 2009 |
| Replies: 10 Views: 664 Hi, Atli.. nope, no luck... tried different versions of your code, but same thing. Maybe I got soemthing setup wrong in my db...
Thanks again... still trying... |
Forum: PHP Jun 7th, 2009 |
| Replies: 10 Views: 664 Thanks Atli.. sorry didnt answer earlier, had to step out for a while; let me try your code... hopefully it'll work. I guess I am still trying to grasp some of the special ways php sees null or empty... |
Forum: PHP Jun 7th, 2009 |
| Replies: 10 Views: 664 Hi, Atli:
You know, your code did seem to work... except now, even if the values in the form fields are left blank (no values at all in fields), it now automatically makes 0.00... I tried to... |
Forum: PHP Jun 7th, 2009 |
| Replies: 10 Views: 664 Thanks Ardav, Atli:
I think what's happening is kind of what Atli suggests... the ZERO keeps giving a FALSE result, instead of actuall 0 number. Otherwise, why would it take any other number BUT... |
Forum: PHP Jun 7th, 2009 |
| Replies: 10 Views: 664 Hi all:
I have this slight problem, where I have a list of months with amounts that need to be updated, but I always need to enter "0.0" in order for my field to be updated properly; but if I just... |
Forum: PHP May 5th, 2009 |
| Replies: 0 Views: 427 Hello, all:
Hoping somebody can help me with this... I have this "double-dynamic-select-menus" borrowed script which uses a bit of Javascript to switch menu-options based on selection made on... |
Forum: PHP Apr 25th, 2009 |
| Replies: 1 Views: 311 hello, all:
well, I guess the script DOES work!! I placed the code in another site, ran it from there, and ditto.. it worked just fine. I guess must be that my email host-server might have been... |
Forum: PHP Apr 25th, 2009 |
| Replies: 1 Views: 311 Hello, all:
I am trying to get this script to work... What I'm trying to do is to be able to email back customers whose emails I have saved on in my database. So pretty much the emails get sent... |
Forum: PHP Apr 23rd, 2009 |
| Replies: 0 Views: 241 Hello, all:
I have this small script where I am tryign to switch sessions based on what url-variable appears on address, as a way to use like a breadcrumb... and so far it only takes the first... |
Forum: PHP Mar 5th, 2009 |
| Replies: 1 Views: 649 url variable name itself has space in it... how can I retrieve it in php??
Hi, I got this problem, where I need to capture get url variable pairs, but these are coming from an automatically... |
Forum: PHP Feb 9th, 2009 |
| Replies: 3 Views: 469 Thanks guys...
I see now how I should have simply matched the POST entry vs. the DB!! I seemed to have been doing it all in-reverse, like first SELECTING the records, and then comparing the POST... |
Forum: PHP Feb 8th, 2009 |
| Replies: 3 Views: 469 Hello, all:
I have a simple chart, like...
ID ACCOUNT YEAR JAN FEB
1 Utilities 2007 $20 $20
2 Utilities 2008 $25 $25
Let's say, customer... |
Forum: PHP Jan 30th, 2009 |
| Replies: 5 Views: 683 Hello, All...
Well, after checking things a bit, seems the automated code written by Dreamweaver wasnt validating-filtering form fields properly! weird... I ended up adding htmlentities into its... |
Forum: PHP Jan 28th, 2009 |
| Replies: 5 Views: 683 Hey, Robothy... well, I reloaded my original files and did same thing; I put same code you did and gave me javascript error; really odd.. I build my pages with Dreamweaver and it automatically... |
Forum: PHP Jan 28th, 2009 |
| Replies: 5 Views: 683 Hi, Robothy... yours is the first hack into my CMS, though I'm not sure if you did it when I was doing some work in it and screwed things up in the process... I see you tested around 5:30 pm based on... |
Forum: PHP Jan 27th, 2009 |
| Replies: 5 Views: 683 Hello, All:
I have been testing and learning by building this simple CMS application and want see if works OK, but most importantly, would like to know if any of you are able to hack it. It's a... |
Forum: PHP Nov 30th, 2008 |
| Replies: 3 Views: 550 thanks Keith.. gonna google ffmpeg to see how it's used... |
Forum: PHP Nov 30th, 2008 |
| Replies: 3 Views: 550 Hello, all:
was wandering, how can I have php create a thumb frame of a movie?? (like youtube where only a frame of the movie appears which then when you click takes you to the movie itself to... |
Forum: PHP Nov 15th, 2008 |
| Replies: 3 Views: 745 Hi, Cwarn:
thanks for your feedback, it was very helpful.
I do have one more thing... what I was saying about the "includes" was that I was just simply comparing them to something like if I had... |
Forum: PHP Nov 15th, 2008 |
| Replies: 3 Views: 745 Hello, all:
I have a general question on SEO and database-driven site integration...
I am starting to convert a company site from static, to dynamic driven site (php/mysql) with a basic admin... |
Forum: PHP Nov 2nd, 2008 |
| Replies: 0 Views: 362 Hello all again...
I have a problem with this "mini-CMS" I am buidling as I'm trying to learn this PHP thing...
Everything seems to be working OK, EXCEPT when I try to UPDATE the images from a... |
Forum: PHP Nov 2nd, 2008 |
| Replies: 10 Views: 908 thanks again... gonna check out link |
Forum: PHP Nov 2nd, 2008 |
| Replies: 10 Views: 908 thanks Keith, I think I got the basics of it. Thanks for your feedback.
One more quick question, what is a "cron" job?? |
Forum: PHP Nov 2nd, 2008 |
| Replies: 10 Views: 908 Thanks guys, one more question... I get much of what you are saying, but in the case of Humbug's suggestion. how is the "read" (tinyint) cloumn, suppsoed to indicate, or know to indicate that message... |
Forum: PHP Nov 2nd, 2008 |
| Replies: 10 Views: 908 Hi, Keith:
thanks for your reply..
What I was looking for was just a basic idea/framework on how one would go about setting something like this up.. I am trying to learn this language a bit... |
Forum: PHP Nov 1st, 2008 |
| Replies: 10 Views: 908 Hello, all: have this general question on how to handle member's email in a site...
what is the right way to setup an email-system structure, say like in dating site, where members can email... |
Forum: PHP Oct 27th, 2008 |
| Replies: 5 Views: 533 IT WORKED!!!!!!
You are great!... hey, let me ask a quick question since I am a newbie at this PHP stuff: besides the obvious mis-placement of some parts of the code, the main problem in all of... |
Forum: PHP Oct 27th, 2008 |
| Replies: 5 Views: 533 Hi, Xan:
thanks a lot for your reply... I couldnt exaclty make out what you meant as far as placing the two lines of code you mention (the $result and $row lines); I placed them in the "HEAD"... |
Forum: PHP Oct 27th, 2008 |
| Replies: 5 Views: 533 Hello, all;
I am practising on this blog setup, and I am trying to echo each blog entry's headline appear as the page's Title tag... somehow the way I have it doesnt do it. So that you have an... |
Forum: PHP Oct 12th, 2008 |
| Replies: 0 Views: 1,388 Hello, all:
I have this single-file upload script which works great (it's a bit log cause it creates thumbs, unique ID's,e tc), but I am trying to modify it to make it do MULTIPLE files. I figured... |
Forum: PHP Oct 5th, 2008 |
| Replies: 3 Views: 492 Thanks Rob:
hmm... yes, I know what specific categories I want to have linked to specific banners. Let me try your code and see what happens or how far i can take it...
I guess I would have to... |
Forum: PHP Oct 4th, 2008 |
| Replies: 3 Views: 492 hello, all:
I am trying to make it so I can show a banner according to a blog articles's category(ries). per example if a posting (or postings) appears under category 101, then show banner1, if it... |
Forum: PHP Sep 23rd, 2008 |
| Replies: 4 Views: 662 hello, all:
I design web pages and was wandering if there is a way so that one can show a design or a web-page on any browser, but the html code (or all respective image files, css, etc) can't be... |
Forum: PHP Sep 11th, 2008 |
| Replies: 2 Views: 794 Hello, all:
Wandering if anybody can help me with this:
can I have more than one htaccess file in a site? as in having htaccess files in subdirectories to control or specify how files in that... |
Forum: PHP Sep 10th, 2008 |
| Replies: 1 Views: 417 Hello, all:
I have this issue with my includes files; I have this code in my htaccess file so that files that use any of these includes automatically read the includes from root folder.
... |
Forum: PHP Aug 3rd, 2008 |
| Replies: 1 Views: 1,991 Hello, all:
I thought I could convert a basic upload script into a MULTIPLE file upload by simply adding a FOREACH loop to it, but doesnt seem to do it. Not sure if I am setting it up correctly.... |
Forum: PHP Jul 18th, 2008 |
| Replies: 3 Views: 487 thanks both of you for your replies...
Gonna check over the wireshark too and see how it goes.
Thanks! |