www.webdeveloper.com
+ Post New Thread
Page 1 of 7 1 2 3 ... LastLast
Threads 1 to 25 of 151

Forum: PHP

Discussion and technical support for using and deploying PHP based websites.

  1. Exclamation Sticky Thread Sticky: We're looking for PHP authors for PHPBuilder.com

    Do you have some great PHP topics that you'd like to write about (and get paid for)? We're looking for high quality PHP articles to publish on PHPBuilder.com. If you're interested, send me a note at sclark at jupitermedia.com with your proposed article! Thanks, Scott

    Started by sclark‎, 03-08-2005 10:11 AM
    5 Pages
    1 2 3 4 5
    • Replies: 66
    • Views: 134,274
    05-07-2013, 06:25 AM Go to last post
  2. Sticky Thread Sticky: FAQ - Please Read Before Posting!

    Frequently Asked Questions (If you have comments or suggestion for this FAQ, post them in this thread.) 1. What is PHP? 2. Is there online documentation and tutorials that can help me learn PHP? 3. Can I run PHP locally on my PC? 4. How do I make my code color-coded and indented in my...

    Started by NogDog‎, 04-06-2006 05:46 AM
    • Replies: 11
    • Views: 50,728
    04-06-2006, 05:53 AM Go to last post
  3. Sticky Thread Sticky: How to: Upload images using PHP

    this thread. - MOD] How to upload images using PHP is one of the most frequently asked questions in this PHP forum so I am going to use this post to look at the basics. Uploading images can be broken down into the three following steps which will be looked at in turn: An HTML form with a...

    Started by bokeh‎, 04-02-2006 05:14 AM
    • Replies: 2
    • Views: 480,615
    04-02-2006, 05:18 AM Go to last post
  1. Question php form reply with attachment like invoice or html but needs different invoice #

    Ok, What I am trying to achieve is automatic invoicing to customer after they have filled out my contact form. what would be good if the script could automatically generate a pdf which quotes their name, product,date, and a message from me saying thank you blah blah blah. but the pdf...

    Started by HugoX‎, Yesterday 06:35 PM
    auto generating code, email form, form post, invoice number, php
    • Replies: 1
    • Views: 116
    Yesterday, 10:39 PM Go to last post
  2. change td cell background based on current date!

    This simple one has eluded me for a while. I have a basic table with the date for one week in each row. eg <td>14 May<br>Tues</td> <td>15 May<br>Wed</td> <td>16 May<br>Thurs</td> <td>17 May<br>Fri</td> <td>18...

    Started by Nigel45‎, Yesterday 10:35 PM
    calendar, css, event calendar, javascript, php
    • Replies: 0
    • Views: 76
    Yesterday, 10:35 PM Go to last post
  3. Fun with PHP

    Silliness that passed the last quarter hour of work today: <?php class foo { public function foo(&$foo) { $foo = create_function( '$foo', 'echo "Hello, $foo.";' ); }

    Started by NogDog‎, 05-10-2013 04:06 PM
    • Replies: 3
    • Views: 424
    Yesterday, 05:48 PM Go to last post
  4. trying to configure xampp 1.8.0

    could someone advise me per. this ? I'd really like to try this new version. Thanks in advance ################################################################# ################################################################## /*Below is the advice that was offered. My ?s are in ( ) */ ...

    Started by 12Strings‎, Yesterday 01:47 PM
    • Replies: 0
    • Views: 137
    Yesterday, 01:47 PM Go to last post
  5. Question create a new module in vTiger

    Hi, Could someone tell me how to create a new module with some text fields or whatever inputs you want in vTiger 6? I need to know which files to create/edit and what to put in. I need a starting point. I'm asking because the documentation is really thin and that "Payslip" example on their...

    Started by ssdog‎, 05-16-2013 08:07 AM
    module
    • Replies: 3
    • Views: 262
    Yesterday, 11:09 AM Go to last post
  6. Smile Email attachment to upload

    hi all, most of you guys have seen a feature on popular social networks ( like facebook, flikr, picasa etc...) they allow you to send/post images via email. i am wondering how to accomplish this with PHP, more specificly, an email comes in, PHP takes care of it, checks contents and handles...

    Started by ZABI‎, 05-16-2013 05:11 AM
    attachment, email, handle, php, upload
    • Replies: 3
    • Views: 281
    Yesterday, 08:59 AM Go to last post
  7. A Problem with Apache + PHP.

    Hello Guys, I've installed Apache server (2.0.48) and PHP (4.3.4) and I've encountered this problem when trying to get variables from the address bar (don't know any other way to describe it). it can't get the id variable from there. i don't know if the problem is with apache settings or...

    Started by noahwilson‎, Yesterday 06:39 AM
    • Replies: 1
    • Views: 160
    Yesterday, 08:28 AM Go to last post
  8. Zend or Yii which Framework is good to use ??

    I am new in PHP and going to start a project soon I just want to know that is Zend framework development is the right choice for me to use for this project or not ? Plz suggest me .

    Started by johncruz‎, 05-16-2013 02:55 AM
    zend framework services
    • Replies: 2
    • Views: 227
    Yesterday, 12:07 AM Go to last post
  9. select employee where no attendance

    Hi Good day! I have 2 tables for my dtr database. first the employees where all the data of employee was save. employees fields: EmployeeID Lastname

    Started by newphpcoder‎, 05-14-2013 07:47 PM
    • Replies: 2
    • Views: 282
    05-16-2013, 08:35 PM Go to last post
  10. Usually, where did to put the php script into a domain?

    Hi, i'm at the first public project where i need to use php script along with html pages and mysql database. I would want to know from you that are more expert, what the best position for the php files? It's good to place them in a subfolder of the domain? Obiuvsly i don't want thas someone can...

    Started by American horizo‎, 05-16-2013 06:49 PM
    • Replies: 1
    • Views: 222
    05-16-2013, 07:58 PM Go to last post
  11. Urgent Looking for solution

    Hello to all, I'm new to this forum and a few days ago I started to learn web design. I have a prOject to start in September and I am looking to make effective technical. I have to send daily sms to customers and I diffenrents around 25,000 customers each with 25,000 different phone...

    Started by MacAriel‎, 05-15-2013 02:01 PM
    web solution sms
    • Replies: 1
    • Views: 257
    05-16-2013, 03:30 PM Go to last post
  12. resolved [RESOLVED] removing .php ext from URL with .htaccess

    I want to remove my .php ext and i have the script that works in my ht access. I think... But I think since I built my navbar in php its wont find the page when I remove the .php from the a href tags. if someone could help I would appreciate it. I have a var set on the top of each page...

    Started by Nicholas Diaz‎, 05-15-2013 08:08 PM
    extensions, htacces, url
    • Replies: 7
    • Views: 431
    05-16-2013, 03:24 PM Go to last post
  13. Question cURL Request in diff methods

    Hi I want to send some data via cURL using the following methods: GET POST PUT DELETE

    Started by cancer10‎, 05-15-2013 01:28 AM
    • Replies: 5
    • Views: 283
    05-16-2013, 11:09 AM Go to last post
  14. is any new version of PHP Launched

    is any new version of PHP Launched

    Started by mariajoshef‎, 05-16-2013 06:03 AM
    • Replies: 1
    • Views: 173
    05-16-2013, 10:54 AM Go to last post
  15. how to grab facebook live status automatically

    Hello! i want to put a section on my website where i want to show my recent facebook status and i want it to happen automatically.it means i want to show my facebook status on my website whenever i update my status on facebook it will also change on my website too... please help me out thank...

    Started by Dostogir‎, 05-11-2013 03:15 PM
    facebook api, mysql, php
    • Replies: 1
    • Views: 289
    05-16-2013, 03:03 AM Go to last post
  16. How do I tell if a time is 36 hours past another time and date?

    Here's my problem. I have a date an time format that looks like this: 06-01-2012, 10:15am (MM-DD-YYYY, HH:MMxx). What I want to do is create code (using PHP, preferably) that checks whether this date and time is later than 36 hours from now. For example, if today's April 29th at 11:00am, I...

    Started by multimediocrity‎, 05-12-2013 11:02 PM
    date, hours, schedule, time
    • Replies: 3
    • Views: 287
    05-15-2013, 03:53 PM Go to last post
  17. After login redirect not working on server.

    Hi friends, I am facing some loging problem with my website, after loging, redirec not working on server but its working fine on local host. I am using this if(!$con||$count=="0") { $alert="<span class=error>Please check the username or password</span>"; } ...

    Started by noahwilson‎, 05-14-2013 12:37 PM
    • Replies: 2
    • Views: 1,450
    05-15-2013, 12:41 PM Go to last post
  18. Creating a membership login

    Needing some assistance with a client's site They are a martial arts school that is looking to setup a section for their members to review their belt class requirements and view videos. There will probably be only one database with one table for all the members and in it will be path to the...

    Started by JEMdesigns‎, 05-15-2013 09:40 AM
    • Replies: 5
    • Views: 279
    05-15-2013, 12:15 PM Go to last post
  19. Junk kills my server

    Hi, I'm really screwed on this - I run a website to aid the company I work for. It has come to my attention that when junk is entered into my password box, it knocks my website offline. I then have to wait 15 minutes before (presumably my host) restarts it. The password box is alpha-numeric, or...

    Started by W8 4me‎, 05-14-2013 02:17 PM
    • Replies: 2
    • Views: 279
    05-15-2013, 10:23 AM Go to last post
  20. syntax error.

    Hi there, I can't find where I made a mistake, for years... $row = "INSERT INTO Student (Name, Surename, StudentID, Generation) VALUES ('$_POST]', '$_POST]', '$_POST]', '$_POST]')"; This is report: Parse error: syntax error, unexpected '' in Thanks in advance...

    Started by noahwilson‎, 05-15-2013 06:41 AM
    • Replies: 1
    • Views: 164
    05-15-2013, 07:13 AM Go to last post
  21. Trying to read MS word content

    Hi all, I'm trying to read MS word contents using fread or file_get_contents ... It works fine using both. But my problem is explained in the attached file. I want to ignore non English characters because they are always converted into strange chars.

    Started by darroosh2‎, 05-14-2013 06:56 AM
    • Replies: 1
    • Views: 246
    05-15-2013, 01:33 AM Go to last post
  22. Anybody used Zend Framework 2?

    How does it compare (if at all) to CodeIgniter? What do you think the pros and cons are, as compared to CodeIgniter?

    Started by PrincessCupcake‎, 05-14-2013 01:24 PM
    • Replies: 0
    • Views: 189
    05-14-2013, 01:24 PM Go to last post
  23. which is the best framework for php?

    Hello Guys I am new in Development, so please tell me which is the best framework for php. share your feedback and suggestion. Thanks

    Started by noahwilson‎, 05-13-2013 01:34 PM
    • Replies: 4
    • Views: 398
    05-14-2013, 10:53 AM Go to last post
  24. Need help deciding on cost to use with BCRYPT

    I don't have PHP 5.5 yet, but I went to github and got code that lets me use the new password_hash() function: https://github.com/ircmaxell/password_compat/blob/master/lib/password.php Anyhoo, judging by line 40 of that code, I'm thinking that the default cost is 10. Is this too high? How do I...

    Started by PrincessCupcake‎, 05-14-2013 10:50 AM
    • Replies: 0
    • Views: 228
    05-14-2013, 10:50 AM Go to last post
  25. Matrimonial Express Interest Module in PHP MVC

    Need Help in developing Matrimony's Express Interest Module in PHP MVC :):):):) Need Help ASAP :)

    Started by wdev‎, 05-14-2013 04:50 AM
    php
    • Replies: 0
    • Views: 158
    05-14-2013, 04:50 AM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 202 users browsing this forum. (0 members & 202 guests)

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center



Recent Articles