Forum: PHP Jan 21st, 2009 |
| Replies: 3 Views: 634 Yep this helped a lot. Thank you guys. |
Forum: PHP Jan 19th, 2009 |
| Replies: 3 Views: 634 In my mysql data is something like this
Name 1.0
Name 6.0
Name 5.2
Name 4.8
Name 10.00.258
now when I short that column it shows up like |
Forum: PHP Jan 3rd, 2009 |
| Replies: 3 Views: 717 For some reason when i was creating my database I messed up in inserting data into mysql and now all dates are in
yyyy-mm-dd format so when the data are displayed it seems like
(2007-06-26)
... |
Forum: PHP Dec 21st, 2008 |
| Replies: 2 Views: 3,040 How do i escape a string that includes a lot of ' and "
Here is my sql inser query's some part
VALUES... |
Forum: PHP Dec 20th, 2008 |
| Replies: 2 Views: 736 I have a table that is something like this:
(table name: sites)
ID----FileName-----FileAddress----About
1----website1-------google.com----Seach engine
How can I make a code in such a... |
Forum: PHP May 1st, 2008 |
| Replies: 3 Views: 1,044 Thanks to both of you, I finally figured it out. Have a great day. |
Forum: PHP Apr 30th, 2008 |
| Replies: 3 Views: 1,044 I have a database called "App" and a table called appinfo.
I am able to connect to the database. It has only two entries since I am just trying to learn how to use php and sql together.
The... |
Forum: PHP Apr 26th, 2007 |
| Replies: 3 Views: 1,597 I am looking for a PHP news system. I guess it will be more like any other news paper site online.
I am looking for an open source or paid version. Does anyone know such thing? |
Forum: PHP Apr 16th, 2007 |
| Replies: 2 Views: 32,413 Is there anyway I can type wget command into a php and that will download file directly from another server to my own server? |
Forum: PHP Mar 6th, 2007 |
| Replies: 2 Views: 1,375 I am trying to build a website that will provide visitors an option to view almost all of the pages in multiple language. Is there any PHP CMS that will allow me to do that? |
Forum: PHP Mar 5th, 2007 |
| Replies: 3 Views: 9,058 Do you have access to SSH client? If you do then you can run command
$: unzip filename
That should unzip it and then you can read the contents of the file. |
Forum: PHP Mar 5th, 2007 |
| Replies: 14 Views: 15,959 Also if you want to learn more about php you should watch Lynda.com's php beginner's tutorial. It's amazing. |
Forum: PHP Mar 4th, 2007 |
| Replies: 2 Views: 1,008 you can try .htaccess PHP redirect |
Forum: PHP Mar 4th, 2007 |
| Replies: 14 Views: 15,959 Install wamp (http://www.wampserver.com/en/)server and then try it. WAMP is really easy to use. |
Forum: PHP Nov 29th, 2006 |
| Replies: 12 Views: 4,411 Thanks everyone for your help. Everything is now working fine. I tried all of the codes. After playing around wit them they work perfect... |
Forum: PHP Aug 6th, 2006 |
| Replies: 12 Views: 4,411 I will try my best and if I have further questions, I will post them here. Thanks for your help :idea: |
Forum: PHP Aug 3rd, 2006 |
| Replies: 12 Views: 4,411 |
Forum: PHP Aug 3rd, 2006 |
| Replies: 12 Views: 4,411 I understand this concept but, I need only one search box.
I have attached some images, which will help you further to understand the concept...
Image 1 shows my tabel. Image 2 shows my... |
Forum: PHP Aug 3rd, 2006 |
| Replies: 12 Views: 4,411 I fond some tutorial that can search one field of the table in a database,. But I would like to search the whole table.. In my table I have people's name by first name, last name, phone number... |