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

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,760
    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,826
    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,378
    04-02-2006, 05:18 AM Go to last post
  1. 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: 299
    Today, 12:02 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‎, 05-17-2013 10:35 PM
    calendar, css, event calendar, javascript, php
    • Replies: 3
    • Views: 355
    Today, 08:16 AM Go to last post
  3. 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,395
    Today, 03:03 AM Go to last post
  4. 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‎, Today 02:24 AM
    page setting, printing
    • Replies: 0
    • Views: 92
    Today, 02:24 AM Go to last post
  5. 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: 451
    Yesterday, 08:52 PM Go to last post
  6. 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‎, Yesterday 07:56 PM
    • Replies: 0
    • Views: 173
    Yesterday, 07:56 PM Go to last post
  7. 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‎, Yesterday 07:45 PM
    • Replies: 0
    • Views: 176
    Yesterday, 07:45 PM Go to last post
  8. 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‎, Yesterday 07:23 PM
    • Replies: 0
    • Views: 118
    Yesterday, 07:23 PM Go to last post
  9. 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‎, Yesterday 04:07 PM
    • Replies: 0
    • Views: 172
    Yesterday, 04:07 PM Go to last post
  10. 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: 363
    Yesterday, 04:14 AM Go to last post
  11. 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‎, Yesterday 12:42 AM
    api to post message, automatic login
    • Replies: 1
    • Views: 181
    Yesterday, 04:10 AM Go to last post
  12. 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: 168
    05-21-2013, 10:55 PM Go to last post
  13. 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: 763
    05-21-2013, 04:26 PM Go to last post
  14. 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: 2
    • Views: 262
    05-21-2013, 04:18 PM Go to last post
  15. 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: 827
    05-21-2013, 05:33 AM Go to last post
  16. 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: 191
    05-21-2013, 05:08 AM Go to last post
  17. Integrating CodeIgniter with Wordpress

    This is causing me no end of grief, I thought I had cracked it but it seems I still have a problem. wordpress is at root level / codeigniter is off the root in /ci/ I thought it was ok, I could call wordpress functions from codeigniter like get_header(); etc The first issue I had was I...

    Started by AlaNio‎, 04-10-2013 11:39 AM
    • Replies: 4
    • Views: 861
    05-21-2013, 03:57 AM Go to last post
  18. How to block some browser features by php ?

    Hi, Our application is client/server application between main office (as server) and branches at another city (as client). The application is made using PHP , and we use Linux + Apache + Mysql as server. Actually we can use a client/server application made with Java (we have linux server, and at...

    Started by giovanni4000‎, 05-21-2013 01:36 AM
    • Replies: 0
    • Views: 163
    05-21-2013, 01:36 AM Go to last post
  19. PHP JSON Data Switch

    Hi there, Hope someone is able to help, I am currently putting the final touches to a html5 web banner designed in adobe edge. The banner loops through 5 messages, which are randomly chosen and dynamically inserted via my ajax.php file. The majority of the messages are just straight text,...

    Started by rbrown‎, 05-20-2013 09:26 AM
    • Replies: 0
    • Views: 233
    05-20-2013, 09:26 AM Go to last post
  20. Altering data in php array

    I am having a problem replacing the content of a php array which seems to be beyond my limited knowledge of coding, and wonder if someone can point me in the right direction. - My first task was to resize all the images in a folder - I have a script that works for doing this. - Next I wanted to...

    Started by pewe‎, 05-19-2013 06:17 AM
    • Replies: 1
    • Views: 351
    05-20-2013, 06:08 AM Go to last post
  21. Fix for Gallery issues on 4.4.1 servers.

    As most of you are (or should be!) aware, we've been updating PHP slowly to 4.4.1. This appears to have caused some issues for Gallery users trying to create, edit, or delete an exhibition. The fix is simple, just download the following script and replace the current editor_functions.php file. To...

    Started by noahwilson‎, 05-20-2013 04:47 AM
    • Replies: 0
    • Views: 257
    05-20-2013, 04:47 AM Go to last post
  22. 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: 7
    • Views: 605
    05-19-2013, 10:09 PM Go to last post
  23. Problem with some bugs I have found

    Hi guys, I need your help. When I hired the PHP devloper, he created the list of code in my php which it seem to be a bit of mess. I have found some bugs that I need to get it fixing it asap. When I pressed on the keyboard right arrow button which it start to fire, I can see the first block...

    Started by mark107‎, 05-19-2013 04:55 PM
    • Replies: 0
    • Views: 294
    05-19-2013, 04:55 PM Go to last post
  24. installation on Windows 7 fails

    Hello everybody!! Could you please help me? I'm trying to run php on IIS in Windows 7 and when I try to install it following every step closely from php.net, it gives me an error: HTTP Error 500.0 - Internal Server Error An unknown FastCGI error occurred Module: FastCgiModule Notification:...

    Started by hyess‎, 05-19-2013 12:56 PM
    • Replies: 0
    • Views: 292
    05-19-2013, 12:56 PM Go to last post
  25. 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‎, 05-19-2013 03:18 AM
    • Replies: 1
    • Views: 312
    05-19-2013, 12:41 PM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 148 users browsing this forum. (0 members & 148 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