www.webdeveloper.com
+ Post New Thread
Page 3 of 7 FirstFirst 1 2 3 4 5 ... LastLast
Threads 51 to 75 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,577
    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,784
    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,002
    04-02-2006, 05:18 AM Go to last post
  1. what is basic syntax of PHP

    what is basic syntax of PHP Basic syntax of PHP and code for validation form

    Started by mariajoshef‎, 05-10-2013 01:53 AM
    • Replies: 2
    • Views: 323
    05-11-2013, 02:54 AM Go to last post
  2. Drupal Multisite

    A friend of mine mentioned that a colleague of his made good side money providing hosting to local small businesses using drupal. He basically rented a VPS and put multiple sites on it. This got my interest and I've been trying to research how to go about it. I was hoping someone familiar with...

    Started by PHPCast‎, 05-10-2013 03:16 PM
    • Replies: 0
    • Views: 207
    05-10-2013, 03:16 PM Go to last post
  3. Question Dynamic DNS.... Sort of

    Hi all Looking for a way to do dynamic dns.. but where I have an html page with my list of computers and it updates that page with the new IP's.. either from router or a computer. Is php a good way to do this? If not what would be better? and some guidance as to how I can achieve this would be...

    Started by wolfsta‎, 05-10-2013 02:09 PM
    • Replies: 0
    • Views: 301
    05-10-2013, 02:09 PM Go to last post
  4. Need help with my assignment

    Hi everyone, I'm new to this forum and to the web development. I have an assignment that I'm having a hard time coming up with answers. If anyone can help I'd be greatly appreciate. Below are only 3 problems that I couldn't come up with answers. I tryed to answere last on and got helf way done...

    Started by qbek‎, 05-08-2013 10:02 AM
    html, mysql, php
    • Replies: 2
    • Views: 621
    05-10-2013, 10:20 AM Go to last post
  5. Radio Station On Air Script

    Don't know if anyone's ever come across something like this, but I need a way to display a bit of HTML with info of who is on air at certain times of day (ie. every hour). I currently manage this with Javascript (see www.offthechartradio.co.uk), but for the new site i'm designing for several...

    Started by bonneyabweb2‎, 08-25-2005 11:41 AM
    • Replies: 6
    • Views: 2,119
    05-10-2013, 10:02 AM Go to last post
  6. Distance calculation based on multiple locations including starting/ finish point

    I would like to calculate the total distance of driving beetween multiple locations (loop), including the distance (starting point (garage) - first location sarting point) and (last location finishig point - finishing point (garage)). Example: (Garage + D1) + (D1 + D2) + (D2 + E1) + (E1 + E2) + E2...

    Started by nitapita‎, 05-10-2013 01:42 AM
    calculation, distance, latitude, longitude
    • Replies: 1
    • Views: 363
    05-10-2013, 06:11 AM Go to last post
  7. Plagiarism Checking Tool Help

    I am building a plagiarsm checking tool for my company but have problems on calculating the uniqueness factor. Calculation works by searching the snippet into Google using GSERP. The script then checks if there where results then snippet is not unique. This is my code; . . . $snippet =...

    Started by megeh_09‎, 05-10-2013 04:53 AM
    php
    • Replies: 0
    • Views: 197
    05-10-2013, 04:53 AM Go to last post
  8. After Mobile Redirect - View Full Site link

    I have a mobile redirect that works and points to a template mobile site. Now I need to bypass that and have the option to view the "Full Site" through a link on the mobile site. I've read the best way to do this is by setting a cookie, and found a site that gives example files to do this. ...

    Started by xover15‎, 01-27-2011 10:42 AM
    3 Pages
    1 2 3
    • Replies: 35
    • Views: 16,326
    05-09-2013, 11:24 PM Go to last post
  9. Column count doesn't match value count at row 1

    With this cone above, I got this error. Can anyone help me? <?php $longitude = '-47.894317'; $latitude = '-15,7366566'; $timestamp = '1367349998375'; $mysql_id = mysql_connect('127.0.0.1', 'root', '') or die(mysql_error());

    Started by NPC‎, 05-06-2013 03:11 PM
    • Replies: 2
    • Views: 518
    05-09-2013, 05:50 PM Go to last post
  10. how to php variable value assign as java script

    Hello Gusy, <script> var id=`$`php; </script> i have add php variable store as JavaScript. but some thing wrong in my code. what wrong with there please help me .

    Started by noahwilson‎, 05-09-2013 08:20 AM
    • Replies: 1
    • Views: 413
    05-09-2013, 05:42 PM Go to last post
  11. Need help on PHP Curl

    Hi Team, I am trying to fetch the data from a particular web page using Php curl but unable to do it.Below is my code.It would be great if anyone can help me out in this. <?php error_reporting(E_ALL ^ E_NOTICE); $urlLogin =...

    Started by deepak12286‎, 05-08-2013 06:55 AM
    curl, php
    • Replies: 1
    • Views: 493
    05-09-2013, 05:39 PM Go to last post
  12. Convert PDF to HTML

    Hi guys, Is it possible for PHP to be able to convert a pdf file into html?

    Started by iahne‎, 01-25-2012 02:11 AM
    • Replies: 2
    • Views: 774
    05-09-2013, 01:30 PM Go to last post
  13. Question Countdown box, active for all users.

    Hi Guys Objective: A countdown box, with a Start button, that any user on the webpage can start. The countdown should then appear so all users are able to see countdown, when countdown reaches 0, it should display message ex. "Lets Drink, Cheers" for 5-10 seconds, then the start button should...

    Started by rene1981‎, 02-18-2013 02:47 PM
    • Replies: 2
    • Views: 1,240
    05-09-2013, 01:21 PM Go to last post
  14. Difference between two dates in php

    Hello all, Simple way to find difference between two dates. http://www.infiniteuniverse.in/details.php?postid=9 You will get php/mysql/ajax/jqery tips and tricks from the site. Thanks Infinite Universe.

    Started by infiniteunivers‎, 05-09-2013 11:18 AM
    • Replies: 0
    • Views: 372
    05-09-2013, 11:18 AM Go to last post
  15. PHP mail(), Sendmail, Unix

    hi I can't send emails through a PHP script using mail(); It's really more of a server issue as from close inspection the PHP code is fine. <?php /* DONT FORGET TO DELETE THIS SCRIPT WHEN FINISHED!

    Started by 1cookie‎, 05-06-2013 02:18 PM
    • Replies: 2
    • Views: 613
    05-09-2013, 08:09 AM Go to last post
  16. How to perform a file upload in php

    Hi, i am an asp.net developer but recently had to switch to php to design a website for a friend, i am currently trying out the file upload but keep on getting errors. error: Undefined index I've tried soo many scripts online but none work, so could you please here me out. <form...

    Started by edjoks‎, 05-02-2013 06:03 AM
    • Replies: 3
    • Views: 929
    05-09-2013, 01:38 AM Go to last post
  17. PHP Form submitting to database with a file upload field help

    hello, so basically what I am trying to do is add an image and file upload field to an existing form. i have a database Field Type Collation Attributes Null Default Extra Action id int(11) No auto_increment first varchar(50) latin1_general_ci No ...

    Started by NYCBerlinerTA‎, 05-05-2013 05:40 PM
    • Replies: 2
    • Views: 680
    05-09-2013, 01:21 AM Go to last post
  18. Form results into DIV

    I'm sure this has been discussed many many times, but I'm stuck with no idea what to do. I've looked at using jquery to put the results of my php function into a div with no luck - been staring at it for two days now and been through countless forums. <form method="post" class="ui-buttonset"...

    Started by jtstuedle‎, 05-08-2013 10:56 AM
    • Replies: 3
    • Views: 488
    05-08-2013, 02:02 PM Go to last post
  19. confusion about string vs variable

    So I'm not entirely sure how this all works and I've spent hours upon hours trying to research and figure this out, but now i'm just stuck.. here is a generic version of my code: <?php $response_which=$_POST; $seek=$_POST; $serverName = "dbname"; $username = "dbusername"; $password =...

    Started by thewebiphyer‎, 05-07-2013 01:13 PM
    • Replies: 7
    • Views: 716
    05-08-2013, 12:30 PM Go to last post
  20. osclass search help

    Hi I was just wondering if anyone knows about osclass in here My issue with it is, I added a cars attribute plugin and all works ok but I can't get a attribute to return any search results I am testing it with the colour attribute and I type in a colour that I know is the database but...

    Started by ianhaney‎, 05-08-2013 10:19 AM
    • Replies: 0
    • Views: 354
    05-08-2013, 10:19 AM Go to last post
  21. resolved In php Need a logic to form an array to store the carry over balance in a array

    In php Need a logic to form an array to store the carry over balance in a array sum of 4522 and 6788 is 11310, i have to store 111 its carry over balance in an arrray in php. a-1, a-1, a-1 like that.. can any one give a solution for this... (eg.)

    Started by nithi_30‎, 05-08-2013 02:42 AM
    • Replies: 0
    • Views: 380
    05-08-2013, 02:42 AM Go to last post
  22. accessing Linux content from PHP

    I have this code, but it says it is not able to open it: $myFile = "/home/user/Desktop/webapp.log"; $fh = fopen($myFile, 'a') or die("can't open file"); $stringData = "Stuff"; fwrite($fh, $stringData); fclose($fh);

    Started by droidus‎, 05-06-2013 03:12 PM
    • Replies: 2
    • Views: 608
    05-07-2013, 06:23 PM Go to last post
  23. downloading file

    I am using this website's download script for my download page. http://www.zubrag.com/scripts/ I use the proper format, but then it tells me that the file does not exist. I know the file exists. It is in the same directory, and it is a .php file. Is there any reason that it is not able...

    Started by droidus‎, 05-07-2013 06:18 PM
    • Replies: 0
    • Views: 450
    05-07-2013, 06:18 PM Go to last post
  24. After Mobile Redirect Not Working

    Hi all, I have a bit of php code on index.php of my main site, here... http://dominionroofing.com/ This code redirects visitors on mobile browsers to my mobile version of the site, here... http://dominionroofing.com/m/ On the mobile site, the visitor has the option to view the full site,...

    Started by fivedunns‎, 05-07-2013 06:01 PM
    desktop, mobile, mode, redirect
    • Replies: 1
    • Views: 447
    05-07-2013, 06:12 PM Go to last post
  25. getting data sent with ajax that was not sent from a form

    So I need to be able to use the data that was sent with ajax to a PHP page and create an image tag with it as the src value. The thing is that data is not being sent as a result of an input field or form submission. Here is the jquery I'm using the grab the data I need and send it... ...

    Started by JordanRDesigns‎, 05-07-2013 09:03 AM
    • Replies: 1
    • Views: 474
    05-07-2013, 09:28 AM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 332 users browsing this forum. (2 members & 330 guests)

  1. sarikasoni12
  2. ssdog

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