www.webdeveloper.com
+ Post New Thread
Page 6 of 7 FirstFirst ... 4 5 6 7 LastLast
Threads 126 to 150 of 154

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,866
    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,836
    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,478
    04-02-2006, 05:18 AM Go to last post
  1. resolved [RESOLVED] File Upload

    Hi i can't seem to get this code to work, i've tried numerous scripts online, i'm new to php(more familiar with asp.net) and i'm developing a website for a friend. I keep on getting error: undefined index at line..... <form action="getfile.php" method="post" enctype="multipart/form-data> ...

    Started by edjoks‎, 05-02-2013 05:13 AM
    • Replies: 0
    • Views: 449
    05-02-2013, 05:13 AM Go to last post
  2. Angry str_replace of array not working

    I have a form to capture some data which should write the captured data to PHP variables which are then written to a template replacing the appropriate variables in the external file using str_replace array. But.... for some reason the PHP opens the file, finds and replaces the first array item...

    Started by ARCLite Studio‎, 04-26-2013 07:48 PM
    php, php array, string replace
    • Replies: 1
    • Views: 492
    05-01-2013, 06:43 PM Go to last post
  3. Unhappy Form submit error message

    I'm a newbie so please bear with me.... I am trying to get my code to check the “username” field and print an error message letting the user know that they left a field blank. Now before all I had was the below code of which it worked in part, in the sense that the below code was executed when...

    Started by JeffreyM‎, 05-01-2013 02:10 PM
    • Replies: 0
    • Views: 426
    05-01-2013, 02:10 PM Go to last post
  4. What can I replace these variables with?

    $query = "SELECT COUNT(*) FROM pixs"; $total_pages = mysql_fetch_array(mysql_query($query)); $total_pages = $total_pages; I'm having trouble entering these into my php editor... Any suggestions?

    Started by phpnewbie34‎, 04-30-2013 07:39 PM
    • Replies: 1
    • Views: 546
    04-30-2013, 11:25 PM Go to last post
  5. HELP New to Code Igniter?? Trying to setup FORM valiation, cannot get it to work?? HE

    My site is SealTeamRealty.com and click on the contact form.. All it does it go back to the home page. I've never used CodeIgniter before so not sure if I set it up right but I tried to follow the directions.. Please help!

    Started by johnny916‎, 04-30-2013 04:11 AM
    • Replies: 5
    • Views: 687
    04-30-2013, 04:03 PM Go to last post
  6. Is there a way to hide a select menu without disabling the functionality?

    Hi, I have an internet shop detail page, on which the user can choose size and version of a product. Some of our products have only a size option, or only a version option. For these products I would like to hide the select menu, that is not needed. However, when I do so another functionality...

    Started by northlandca‎, 02-28-2011 02:50 PM
    • Replies: 7
    • Views: 2,532
    04-30-2013, 02:00 PM Go to last post
  7. Radio button checked text box required

    Hello all, I am very new to PHP but am struggling to learn. I have created a submit form for my school website, and in the form I have a group of radio buttons. See below: *Account Fund: <input type="radio" name="accfnd" value="nonprofit" <?php echo $nonprofitChecked; ?>...

    Started by nebullaone‎, 04-30-2013 01:13 PM
    • Replies: 0
    • Views: 507
    04-30-2013, 01:13 PM Go to last post
  8. Exclamation Optimize images for web ...on upload?

    I'm building a CMS for a client who is definitely not very computer savvy. They will be uploading a lot of photos and they are scared of "big" words like "optimization" and "photoshop" so they are more likely just going to upload photos straight from their camera's SD card. This is bad, obviously,...

    Started by amandaNHT‎, 04-30-2013 11:45 AM
    • Replies: 2
    • Views: 603
    04-30-2013, 12:14 PM Go to last post
  9. contact form - cannot modify header

    Hi, I've build a contact form and it works, but I can't get the thankyou message to appear. I keep getting the following error message which I don't understand as I can see anything wrong with line 46. Any suggestions...I'm new! Warning: Cannot modify header information - headers already...

    Started by matt_saber‎, 04-29-2013 07:36 PM
    • Replies: 3
    • Views: 711
    04-30-2013, 09:45 AM Go to last post
  10. Warning: SoapClient::SoapClient connection refused.

    Hi everyone, I have a little problem with a script that im tyring to connect to a web service, the weird thing is that on my localhost the script works just fine but when i move the script to my hostgator server i get this error. Warning:...

    Started by juanlr‎, 04-29-2013 08:07 PM
    • Replies: 1
    • Views: 558
    04-30-2013, 03:35 AM Go to last post
  11. Question PHPMailer How to send mails to anyone ?

    Hello, I am a beginner to PHP and Web 2.0 development in general. I am making a project in which where once a user sign's up he/she will get a confirmation email in his/her inbox and must confirm the mail id by clicking on a link. Pretty standard stuff. Now I am using the latest version of...

    Started by sreyan32‎, 04-29-2013 03:57 PM
    • Replies: 3
    • Views: 572
    04-30-2013, 02:26 AM Go to last post
  12. SQL column as links

    Hi all, as you know I am disabled and still very new to PHP. I have a SQL database and would like to display the data in the "Web Link" column of the DB as hyperlinks. Can someone please assist me to accomplish this. I have checked on the internet first to see if I can't get it sorted by myself,...

    Started by PikStealth‎, 04-29-2013 07:02 AM
    • Replies: 1
    • Views: 606
    04-30-2013, 01:29 AM Go to last post
  13. how to compare the timing?

    Hi guys, I am working on my tv guide website that I output the data to my php from mysql database. I want to know how i can work it out the tv time for per programme how long they would last for, e.g 30 mins, 1 hour...etc <html> <body> <style type="text/css">

    Started by mark107‎, 04-27-2013 07:27 PM
    • Replies: 4
    • Views: 660
    04-29-2013, 01:24 PM Go to last post
  14. Using $_SESSION properly

    I'm having problems with the $_SESSION code. I can't retrieve the info on the next page. After looking at the manual (which I think lacks enough examples / explanation) I came to this: <?php session_start(); if (empty($_SESSION)) { $_SESSION = 1; } else {

    Started by phpnewbie34‎, 04-28-2013 10:46 AM
    • Replies: 2
    • Views: 431
    04-28-2013, 01:17 PM Go to last post
  15. file upload help

    Im having trouble uploading the picture to the folder. The pathway is correct and all the information of the form is sent correctly to the db, just no picture is actually getting uploaded. Im just lost. /*imgsubmit.tpl*/ <form enctype="multipart/form-data"action="admin_site_approval.php"...

    Started by Cosmonautical‎, 04-26-2013 07:52 PM
    • Replies: 1
    • Views: 538
    04-28-2013, 12:52 PM Go to last post
  16. Post A link between database and dynamically added content

    So I'm making a demo web site, where I have a button Which adds content to the site dynamically. My question and problem is, I don't know how to make a connection between the specific content and the id's in the database? "The content is added dynamically by jquery" Thanks :)

    Started by Lund‎, 04-27-2013 06:18 PM
    database, jquery, link, php
    • Replies: 1
    • Views: 492
    04-28-2013, 12:44 PM Go to last post
  17. PHP.ini | Blank white page Error

    where to find php.ini file and how to update that file because when i open my site they show some C:/... path, also site is on wordpress that is also on PHP when i try to logged in they accept ID and PW but not show dashboard there is jua a blank white page. please help me out with all these,...

    Started by Expresslimo‎, 04-27-2013 02:43 AM
    php
    • Replies: 1
    • Views: 622
    04-27-2013, 04:24 PM Go to last post
  18. Red face how to add a dash between a number

    actually i have a number that is generated from a database. like $clo_date = 20130405 what i need is to make that number as 2013-04-05 so how can i do it in php

    Started by yasithao3‎, 04-27-2013 05:21 AM
    php
    • Replies: 3
    • Views: 437
    04-27-2013, 01:29 PM Go to last post
  19. Trouble Using the COM Object with MapWinGIS

    Has anybody had any luck doing that? I'm having variable type issues when I try to open a shapefile.

    Started by Charles‎, 04-27-2013 09:04 AM
    • Replies: 0
    • Views: 382
    04-27-2013, 09:04 AM Go to last post
  20. detect native/stock Android browser User Agent string via PHP

    I am getting a lot of JavaScript errors on the native/stock Android 4.1 browser only and I would like to detect the User Agent string via PHP. I use the Mobile_Detect library to check for OS, devices and browsers, however it does not support detecting the native Android browser. There are...

    Started by crmpicco‎, 04-22-2013 11:58 AM
    android, browser, mobile, php, useragent
    • Replies: 3
    • Views: 1,237
    04-26-2013, 01:47 PM Go to last post
  21. Unhappy plugin error

    hi guys, i was just wondering if anyone could help me out (this is probably ridiculously easy). i tried enabling a plugin (OpenID) in vanilla (didn't get any actual help on vanilla forum) and it keeps saying that a fatal error has been generated, because "This plugin requires the allow_url_fopen...

    Started by hellsbells‎, 04-26-2013 12:51 PM
    • Replies: 0
    • Views: 396
    04-26-2013, 12:51 PM Go to last post
  22. PHP Cookie/redirect on Wordpress acting weird :s

    Hi I put the following code into my functions.php file on a self-hosted Wordpress site. Here's what I want: 1. I want the cookie to be set only when the visitor goes to Post 1. 2. When someone visits Post 2, if they have the cookie, they get redirected to Post 3. If they don't have the...

    Started by sammiefields251‎, 04-26-2013 08:40 AM
    cookie, cookies, redirect, wordpress
    • Replies: 0
    • Views: 404
    04-26-2013, 08:40 AM Go to last post
  23. Check to see if file uploaded is actually a picture

    <form enctype="multipart/form-data" method="POST" action="ads.php" /> Name:<input type="text" name ="name" /><br /> Book:<input type="text" name ="book" /><br /> Subject:<input type="text" name ="subject" /><br /> Price (CAN):<input type="text" name ="price" /><br /> Description: <br...

    Started by phpnewbie34‎, 04-25-2013 07:49 AM
    • Replies: 5
    • Views: 973
    04-26-2013, 08:16 AM Go to last post
  24. NOT WORKING WHY?<form action="checkoutcart.php" method="post">

    Hello All, I have a series of dymanic select lists similar to a drop down menu and i want the selected option from the page to be written(posted) to checkoutcart.php I have the following error appear APPS1 Notice: Undefined index: APPS1 in D:\shares\web\soft20171\N0322099\coursework...

    Started by samhor‎, 04-26-2013 04:40 AM
    • Replies: 2
    • Views: 513
    04-26-2013, 06:50 AM Go to last post
  25. How to take the average of several sets of numbers (assigning variable names?)

    I'm still fairly new at PHP, and am trying to put together a program for use by myself and a small number of other people. A very simple program already exists and works. I'd like to add some ways that people can retrieve their own data so that they can analyze it and learn from it. People...

    Started by Anne_Arbor‎, 04-25-2013 11:11 AM
    2 Pages
    1 2
    • Replies: 17
    • Views: 1,177
    04-26-2013, 02:14 AM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 164 users browsing this forum. (1 members & 163 guests)

  1. NogDog

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