www.webdeveloper.com
+ Post New Thread
Page 6 of 7 FirstFirst ... 4 5 6 7 LastLast
Threads 126 to 150 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,724
    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,812
    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,285
    04-02-2006, 05:18 AM Go to last post
  1. 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: 682
    04-30-2013, 04:03 PM Go to last post
  2. 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,529
    04-30-2013, 02:00 PM Go to last post
  3. 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: 504
    04-30-2013, 01:13 PM Go to last post
  4. 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: 600
    04-30-2013, 12:14 PM Go to last post
  5. 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: 705
    04-30-2013, 09:45 AM Go to last post
  6. 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: 552
    04-30-2013, 03:35 AM Go to last post
  7. 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: 568
    04-30-2013, 02:26 AM Go to last post
  8. 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: 598
    04-30-2013, 01:29 AM Go to last post
  9. 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: 656
    04-29-2013, 01:24 PM Go to last post
  10. 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: 425
    04-28-2013, 01:17 PM Go to last post
  11. 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: 533
    04-28-2013, 12:52 PM Go to last post
  12. 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: 488
    04-28-2013, 12:44 PM Go to last post
  13. 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: 619
    04-27-2013, 04:24 PM Go to last post
  14. 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: 435
    04-27-2013, 01:29 PM Go to last post
  15. 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: 377
    04-27-2013, 09:04 AM Go to last post
  16. 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,225
    04-26-2013, 01:47 PM Go to last post
  17. 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: 390
    04-26-2013, 12:51 PM Go to last post
  18. 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: 396
    04-26-2013, 08:40 AM Go to last post
  19. 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: 964
    04-26-2013, 08:16 AM Go to last post
  20. 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: 508
    04-26-2013, 06:50 AM Go to last post
  21. 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,169
    04-26-2013, 02:14 AM Go to last post
  22. resolved [RESOLVED] What am I doing wrong?

    I attempted converting one of my javascript codes to PHP. I thought I had it correct but when I ran the script it failed. Any help is greatly appreciated. Note: My code appears to be too long to post on this site. You may find it listed here. ...

    Started by JesseToxik‎, 04-26-2013 12:50 AM
    array, javascript, php
    • Replies: 0
    • Views: 525
    04-26-2013, 12:50 AM Go to last post
  23. Thumbs up Developing & Customizing WordPress Plugins

    Hello friends. Recently I have learned about WordPress plugins development from a Cookbook & written 2 New WordPress plugins too. They are :- 1. Skrill With Currency Conversion 2. Moneybookers Gateway for ESHOP WP Plugin I'm willing to discuss & share my new plugins with you all daily and...

    Started by lchrajkumar‎, 04-25-2013 10:14 AM
    currency conversion, eshop, moneybookers, moneybookers gateway, skrill
    • Replies: 0
    • Views: 627
    04-25-2013, 10:14 AM Go to last post
  24. How to fix 404 errors from Google webmaster.

    Hi, I am having search option in my webpage. When user enters search key, I will check whether search key exists in DB or not, if exists I display the reults. Incase if there is no result, then I will display the mesg as "There are no videos matched with the keyword 'search key'". I used...

    Started by shankarganesh‎, 04-24-2013 06:29 AM
    404, broken, php, statuscode
    • Replies: 2
    • Views: 725
    04-24-2013, 10:39 PM Go to last post
  25. Undefined index:

    hi, I'm having trouble with code that are works great in online but on my local pc I'm getting errors said Undefined index: step in C:\webserver\apache\htdocs\index.php on line 46 please see line 46 where it said <?php if (!$_GET && !$_POST) { ?>

    Started by Alidad‎, 04-24-2013 06:07 PM
    • Replies: 2
    • Views: 715
    04-24-2013, 06:49 PM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

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