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

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,913
    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,840
    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: 481,555
    04-02-2006, 05:18 AM Go to last post
  1. Frontend classes vs backend classes

    I developed an "Administration Area". It has these classes: Banner.php Connection.php Login.php Post.php User.php Category.php Contact.php Pagination.php

    Started by FernandoBasso‎, Today 01:06 PM
    • Replies: 0
    • Views: 93
    Today, 01:06 PM Go to last post
  2. website on wamp issues

    Hi I am building a website on wamp that I can play around with and have got some errors They are SCREAM: Error suppression ignored for ( ! ) Notice: Undefined index: qs in C:\wamp\www\admin website\admin\index.php on line 22 AND

    Started by ianhaney‎, Today 10:10 AM
    • Replies: 1
    • Views: 94
    Today, 12:33 PM Go to last post
  3. Question How to fetch data on same page without reloading it?

    I have following code Now my requirement is, I want to add a next button in this page, and when I click that button(or link), the next record from the database should be displayed on the same page. I tried it by using next button and link but its not working. What are the options to...

    Started by suyash‎, Today 03:44 AM
    dada, fetch, form, query, sql
    • Replies: 0
    • Views: 88
    Today, 03:44 AM 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: 8
    • Views: 489
    Yesterday, 10:56 PM Go to last post
  5. How to: Google search in current search bar

    I would like for the google search to be within my themes search bar in the header. I have all the code from google and the search page results completed I just need the search box in my theme search to be enabled. Would you be able to assist in a walk through? My site is RougeReel.com

    Started by Rreel‎, Yesterday 07:04 PM
    • Replies: 0
    • Views: 109
    Yesterday, 07:04 PM Go to last post
  6. question related to gamification or game mechanics

    Hello guys, new here ..... just recently found this forum. I am not sure whether it is a correct section to ask my query. If not so, please move it to the desired section. Can anyone tell me what source code kickass torrent uses as game mechanics or gamification for its users. I am pretty sure...

    Started by Hades_1991‎, Yesterday 01:19 PM
    • Replies: 0
    • Views: 177
    Yesterday, 01:19 PM Go to last post
  7. Help me... my PHP5 code does not work properly. It doesn't check empty field at all..

    //This is HTML Form Code <?php session_start(); include("err_report.php"); ?> <!doctype html> <html> <head> <meta charset="utf-8"> <link href="styler.css" rel="stylesheet" type="text/css">

    Started by Kaushik Paramr‎, Yesterday 09:07 AM
    validation using php5
    • Replies: 0
    • Views: 165
    Yesterday, 09:07 AM Go to last post
  8. Arrow How to: Upload images using PHP

    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 browse button to allow the...

    Started by bokeh‎, 02-23-2006 03:42 PM
    23 Pages
    1 2 3 4 5 ... 23
    • Replies: 339
    • Views: 97,578
    Yesterday, 08:38 AM Go to last post
  9. 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: 6
    • Views: 590
    Yesterday, 08:18 AM Go to last post
  10. display images in a folder

    Hi I am trying to display all the images in a certain folder. I dont want to display the directory itself of the parent directory. I would like to show the actual photos instead of the links also. Here is the code: <?php session_start(); ?><!doctype html public "-//W3C//DTD HTML 4.0...

    Started by graphical_force‎, 01-09-2008 10:14 PM
    • Replies: 12
    • Views: 49,542
    Yesterday, 07:36 AM Go to last post
  11. What are Register Global Variables?

    It is a frequent necessity to transfer variable values between pages. You may have an HTML <form> which asks for user input to named fields. These fields (as well as hidden variables) will be transferred to a PHP page for processing. This may be the same page that defines the form, or a different...

    Started by noahwilson‎, 05-21-2013 11:58 AM
    • Replies: 3
    • Views: 359
    Yesterday, 02:31 AM Go to last post
  12. Page through a text file line by line

    I have a text file formatted like; $data = "$username | $realname | $phone | $email\r\n"; I will do a search that may return multiple matches. How can I display a single line of the text file in a Web form and then click next to go to the next line of the file.

    Started by simora‎, 05-21-2013 09:48 PM
    • Replies: 2
    • Views: 357
    05-23-2013, 12:02 PM Go to last post
  13. code 128 generation in C#

    Hi all, I have a problem to generate barcode by using the code from: http://www.codeproject.com/KB/GDI-plus/GenCode128.aspx The barcode could not encode special characters. What am I doing wrong?

    Started by BridgeTurner‎, 05-23-2012 01:05 AM
    • Replies: 7
    • Views: 1,415
    05-23-2013, 03:03 AM Go to last post
  14. Question Printing command, page setting in a page

    I would like to print graphs which are generated from mysql/php/html such that each graph(single graph) must be printed on a single page(A4 size paper). What is the command for printing those generated graphs but in each sheet of paper(A4 size), only one graph must be printed?

    Started by mredloft‎, 05-23-2013 02:24 AM
    page setting, printing
    • Replies: 0
    • Views: 118
    05-23-2013, 02:24 AM Go to last post
  15. 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: 9
    • Views: 470
    05-22-2013, 08:52 PM Go to last post
  16. php switch control

    Hi all, a quick question does anyone know how I might modify my code, for the switch cases to appear sequential on my web banner? it currently uses a random choice but would love to order the output, my code is below: thanks! <?php $num = rand (1,5);

    Started by rbrown‎, 05-22-2013 07:56 PM
    • Replies: 0
    • Views: 187
    05-22-2013, 07:56 PM Go to last post
  17. PHP IF with multiple statements

    I'm trying to take a registration form and send a confirmation email and redirect to the login page. I've tried a few variations but haven't gotten it to work yet if($result) { $mailrecpt = $MAILCFG ; if (($MAILCFG==1)||($MAILCFG==1)) { //email script// } ...

    Started by JKershner‎, 05-22-2013 07:45 PM
    • Replies: 0
    • Views: 199
    05-22-2013, 07:45 PM Go to last post
  18. PHP IF with multiple statements

    I'm have a little experience with PHP but I'm a little stuck. I'm taking a registration script where if registration is successful then email confirmation and redirect to login page. I've tried a number of variations of code and don't believe an IF/ELSE is correct if($result) { $mailrecpt =...

    Started by JKershner‎, 05-22-2013 07:23 PM
    • Replies: 0
    • Views: 135
    05-22-2013, 07:23 PM Go to last post
  19. Red face Background event

    Hi all, first time to this forum. I need to create a php background event code segment for a web app that I am writing. In particular I need this event to fire when a "registration verification email" returns to complete the process of registering the new member. In my case the potential member...

    Started by ideprize‎, 05-22-2013 04:07 PM
    • Replies: 0
    • Views: 186
    05-22-2013, 04:07 PM Go to last post
  20. Is Joomla worth using?

    I apologize if this seems like a silly question... But is Joomla worth using? I have read it works great with PHP sites, but I'm wondering if it has any real value. Thanks

    Started by phpnewbie34‎, 05-11-2013 07:24 AM
    • Replies: 2
    • Views: 376
    05-22-2013, 04:14 AM Go to last post
  21. Post a message from a site to another server.

    Hello, I am working with the wordpress site and i have to create an API to post a message from my site to another site. The functionality is that, the user will logged in into my site and post a message from my site it will automatically post to the another website. Is there any way to...

    Started by century_70‎, 05-22-2013 12:42 AM
    api to post message, automatic login
    • Replies: 1
    • Views: 197
    05-22-2013, 04:10 AM Go to last post
  22. Question Unable to fetch data from textfield

    Hello , I have to files <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>index...

    Started by suyash‎, 05-21-2013 11:28 AM
    data, fetch, html, php, post
    • Replies: 2
    • Views: 185
    05-21-2013, 10:55 PM Go to last post
  23. Is php running

    I recently upgrade xampp versions and even though I get indication of good install, I can key in 127.0.0.1 and create and edit databses, all features of Xampp Console work but my php is only producing php code. My files have been running successfuly for years but not now. I have ...

    Started by 12Strings‎, 05-02-2013 10:33 PM
    • Replies: 2
    • Views: 784
    05-21-2013, 04:26 PM Go to last post
  24. Unhappy Form throwing error messages

    When I submit my form, I get an the "You must write a message" echo from the PHP code, and I also get the error message from the ajax. I don't need the PHP echo messages because I have the ajax messages. Can't figure out the problem. I would like to only use the ajax messages. Here is the...

    Started by wjordan87‎, 02-22-2013 06:16 AM
    ajax, contact form, help fix it, php mailer script
    • Replies: 4
    • Views: 855
    05-21-2013, 05:33 AM Go to last post
  25. insert PDF table in database

    Hi All What i want is to read content in PDF table and convert it into either XML or associative array to be inserted in database on the fly. I have gone through many libraries on net providing text extraction from PDF and converting in array but that array does not seem to be useful as its...

    Started by sarikasoni12‎, 05-21-2013 05:08 AM
    pad extraction, pdf reading, pdf to array, pdf to excel, pdf to xml
    • Replies: 0
    • Views: 212
    05-21-2013, 05:08 AM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 179 users browsing this forum. (3 members & 176 guests)

  1. FernandoBasso
  2. noreplace
  3. Strider64

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