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

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,353
    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,750
    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,709
    04-02-2006, 05:18 AM Go to last post
  1. PHP EXEC in Linux

    Hi Team, I am able to execute exec('file.exe') in my local wampserver in widows. Problem: When I have uploaded the same code in Linux server in web, it is not getting executed. Help plz..

    Started by dhrubajyoti‎, Today 03:18 AM
    • Replies: 0
    • Views: 28
    Today, 03:18 AM Go to last post
  2. I have a question regarding a PHP file, and instructions to cut and paste code.

    Howdy folks, My names Jon and this is my first post. I don't have a background in web design. Actually, I'm a taxi driver. About 3 years ago I had to quit driving, cause of kidney damage, and I've been dispatching out of my house ever since. So I found out about a thing called Wordpress. ...

    Started by Alpha Zeta‎, 05-12-2013 12:22 AM
    • Replies: 1
    • Views: 365
    Today, 01:48 AM Go to last post
  3. 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: 6
    • Views: 323
    Yesterday, 10:03 PM Go to last post
  4. 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‎, 05-17-2013 10:35 PM
    calendar, css, event calendar, javascript, php
    • Replies: 1
    • Views: 175
    Yesterday, 09:53 PM Go to last post
  5. Need Thoughts On A Concept

    I needed the dev communities collective minds on this one. I'm in the process of creating a comment section. It's written in jQuery. So therefore, when someone makes a comment, the new elements are dynamically created and appended to a target <div>. Well, the problem is since its dynamically...

    Started by ChuckB‎, Yesterday 11:27 AM
    • Replies: 4
    • Views: 195
    Yesterday, 09:37 PM Go to last post
  6. Having trouble retrieving DB records

    I am betting this is going to come out to be something simple but it has me stumped. I have set up an MVC framework that gives me the following. A controller... class AboutController extends Controller { function display() { $this->setTitle('Some Title'); ...

    Started by cwbraun‎, Yesterday 11:41 AM
    • Replies: 2
    • Views: 138
    Yesterday, 01:58 PM Go to last post
  7. confirmation email on new registration help?

    Hello friends, I want to make my website registration more secure and i want to send a confirmation mail on new registration. so guys help me and suggest me a best php script for that. Thanks.

    Started by noahwilson‎, Yesterday 10:56 AM
    • Replies: 1
    • Views: 152
    Yesterday, 11:36 AM Go to last post
  8. Exclamation Auto_increment PHP

    I have a form with an auto_inc field. The form on submit creates in the table the tuple - with the auto_inc field. What I then need to do is pull the auto_inc field back into the form for processing as a variable to both be displayed in the form, and additionally saved to another table, all in the...

    Started by Xayan Coder‎, Yesterday 09:40 AM
    php
    • Replies: 1
    • Views: 170
    Yesterday, 11:18 AM Go to last post
  9. Take Screenshot of a Site without opening browser

    Hi Experts, My Requirement Take screeshot of a website without opening the site in browser Browser. Eg.. My input will be www.google.com and the output will be a jpg/png with the screenshot Plz help

    Started by dhrubajyoti‎, Yesterday 11:08 AM
    • Replies: 0
    • Views: 109
    Yesterday, 11:08 AM Go to last post
  10. 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‎, 05-17-2013 06:35 PM
    auto generating code, email form, form post, invoice number, php
    • Replies: 3
    • Views: 226
    Yesterday, 08:59 AM Go to last post
  11. 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: 473
    05-17-2013, 05:48 PM Go to last post
  12. 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‎, 05-17-2013 01:47 PM
    • Replies: 0
    • Views: 200
    05-17-2013, 01:47 PM Go to last post
  13. 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: 328
    05-17-2013, 11:09 AM Go to last post
  14. 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: 342
    05-17-2013, 08:59 AM Go to last post
  15. 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‎, 05-17-2013 06:39 AM
    • Replies: 1
    • Views: 213
    05-17-2013, 08:28 AM Go to last post
  16. 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: 255
    05-17-2013, 12:07 AM Go to last post
  17. 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: 302
    05-16-2013, 08:35 PM Go to last post
  18. 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: 244
    05-16-2013, 07:58 PM Go to last post
  19. 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: 274
    05-16-2013, 03:30 PM Go to last post
  20. 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: 503
    05-16-2013, 03:24 PM Go to last post
  21. 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: 300
    05-16-2013, 11:09 AM Go to last post
  22. 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: 184
    05-16-2013, 10:54 AM Go to last post
  23. 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: 304
    05-16-2013, 03:03 AM Go to last post
  24. 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: 309
    05-15-2013, 03:53 PM Go to last post
  25. 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,482
    05-15-2013, 12:41 PM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 183 users browsing this forum. (2 members & 181 guests)

  1. adolek17
  2. dhrubajyoti

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