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. 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: 480,882
    04-02-2006, 05:18 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,770
    04-06-2006, 05:53 AM Go to last post
  3. 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,462
    05-07-2013, 06:25 AM Go to last post
  1. MYSQL + PHP CHART Now I have a rendering problem

    I would like to have user can see where are they come and how many comment and make total group by country: How do I make this work? google.load('visualization', '1', {'packages': }); google.setOnLoadCallback(drawRegionsMap); function drawRegionsMap() { var data =...

    Started by farisha_777‎, 04-20-2013 11:58 AM
    mysql, php
    • Replies: 0
    • Views: 444
    04-20-2013, 11:58 AM Go to last post
  2. pdf file sent email on submit

    I am showing a pdf file in a iframe on a site im building. Once the applicant fills out the pdf and clicks the submit button I want this to send the full pdf to the sites admin@.com email address. I can not figure out how to link to the button in acrobat pro to the php file on submit ...

    Started by Nicholas Diaz‎, 04-20-2013 04:51 PM
    • Replies: 0
    • Views: 448
    04-20-2013, 04:51 PM Go to last post
  3. My questions thread.

    I keep having new questions so I'm starting this thread to neatly keep them all together. That's ok, I think? I hope I'm not asking too many questions :eek: What I'm wondering right now is if I make a class--let's say User--and put it in a file--user.class.php--should any children of that class...

    Started by evenstar7139‎, 07-28-2012 03:07 PM
    14 Pages
    1 2 3 4 5 ... 14
    • Replies: 197
    • Views: 14,073
    04-20-2013, 05:29 PM Go to last post
  4. Lightbulb The question about SESSIONS and COOKIEs disabled

    Hi Suppose to have an e-shop web site, how to take trace of the user wallet througth pages? The response should be to use Sessions, but how we know, they are based on the cookie capacity of the web browser.. What happen if the user have the cookies disabled? The reply should be to use the GET...

    Started by American horizo‎, 04-21-2013 06:51 AM
    • Replies: 1
    • Views: 410
    04-21-2013, 10:44 AM Go to last post
  5. Question unable to edit row in the table

    <?php $con=mysqli_connect("localhost","root","","test"); if (mysqli_connect_errno($con)) { echo "Failed to connect to MySQL: " . mysqli_connect_error(); } ?> <?php

    Started by subrat‎, 03-25-2013 06:51 AM
    mysql, php
    • Replies: 2
    • Views: 900
    04-22-2013, 10:28 AM Go to last post
  6. Need Help inserting / retrieving images from MySQL Database

    Good morning programmers, How do you insert an image name into a MySQL database? For example - car.jpeg, bike.png What is the code for storing a name with a decimal (.) in it? Do I use blob, longblob, varchar?

    Started by phpnewbie34‎, 04-22-2013 07:22 AM
    • Replies: 3
    • Views: 887
    04-22-2013, 12:27 PM Go to last post
  7. Display images not in root in Javascript Popup

    Hi , I am trying to display some images which are not in my root directory. Lets say the image path is C:\Users\Public\Pictures\Sample Pictures and my website is at c:/xampp/htdocs/test. I have been able to get the path of the Images using Directory Iterator. Now I need to display each of...

    Started by ankuj.gupta‎, 04-22-2013 05:02 AM
    • Replies: 1
    • Views: 876
    04-22-2013, 11:58 PM Go to last post
  8. Thumbs up Drupal7 or jquery plugin needed with option similar to twitter profile photo upload

    I'm searching for the drupal 7 module or PHP/jquery plugins. Requirements: Similar to twitter profile section image upload process. A bar to magnify/reduce image, save and fix the image position. Refer: Twitter photo upload section in profile settings. Kindly help me out to find the...

    Started by nithi_30‎, 04-23-2013 01:17 AM
    ajax, drupal, html, jquery, php
    • Replies: 0
    • Views: 625
    04-23-2013, 01:17 AM Go to last post
  9. how to add meta tag meta keyword etc

    hello i am new on this good forum and i want some help about php script i am download one free article directory script and install but this directory not have any meta key word meta discraption meta tags etc option in admin panel please help me how to add these options first see my...

    Started by meyaseen2003‎, 09-03-2012 11:04 PM
    • Replies: 11
    • Views: 1,342
    04-23-2013, 05:10 AM Go to last post
  10. How do I use PHP to write how many records are in the database?

    How do I use PHP to write "There are 10 records, etc" on my website. For example, if I have 10 records in one database, how do I transfer the number to HTML??

    Started by phpnewbie34‎, 04-23-2013 05:13 PM
    • Replies: 2
    • Views: 806
    04-23-2013, 05:43 PM Go to last post
  11. Pull tweets from any user & hashtag

    Hi, I'm not great with API's so I've had someone develop the below where tweets can be pulled in by a specific hashtag.Instead, it pulls in tweets from a specific user 'matt_test9' and the hashtag, 'testhashtag'. Is there any way I can modify this to pull in tweets from any user with the...

    Started by matt_saber‎, 04-24-2013 05:47 AM
    api, twitter
    • Replies: 0
    • Views: 535
    04-24-2013, 05:47 AM Go to last post
  12. Advanced PHP Question

    Good morning friends and programmers, I'm looking to create something similar to this link: http://toronto.en.craigslist.ca/tor/zip/3763209705.html What I need is 2 pages. One page I retrieve the TITLES for each day and display them - the TITLES link to a page like the one above The...

    Started by phpnewbie34‎, 04-24-2013 07:50 AM
    • Replies: 0
    • Views: 528
    04-24-2013, 07:50 AM Go to last post
  13. What could be Mistake?

    I have prepared following pages for my website? --------- HTML Page: <!DOCTYPE html> <html lang="en"> <head> <title>New user page for Jobsite of SPINFONET.COM </title> <meta name="description" content="Website for Jobs,Matrimony,Property listing in India."/>...

    Started by sunilpandya‎, 04-24-2013 08:18 AM
    • Replies: 0
    • Views: 527
    04-24-2013, 08:18 AM Go to last post
  14. Question How to display images in PopUp outside root

    How can i display a image outside root directory in a popup window. I have tried Javascripts window.open but it is not working. I also tried with writing another php file and using it to display the image but it only shows garbage content ? I have been trying to do this for last three days but...

    Started by ankuj.gupta‎, 04-24-2013 12:42 PM
    • Replies: 0
    • Views: 524
    04-24-2013, 12:42 PM Go to last post
  15. Question How to display images which are outside root in popup

    I have been trying to display images in a popup window. The images are not in root directory. I have tried javascript window.open but it does not work. I tried writing a php script to which I pass the directory and image name and try to display it in another tab using hyperlink. But that page just...

    Started by ankuj.gupta‎, 04-24-2013 12:54 PM
    • Replies: 0
    • Views: 505
    04-24-2013, 12:54 PM Go to last post
  16. Exclamation PDF to HTML Converter using PHP

    Hello All, I need to know about how can we convert a PDF file to the HTML file using PHP:(...Having any piece of code post it otherwise...suggest me how to do this...:) Thanks

    Started by enscric‎, 01-05-2012 10:57 PM
    • Replies: 6
    • Views: 3,952
    04-24-2013, 12:59 PM Go to last post
  17. Send SMS (text messages) via PHP

    I figured this out the other day and thought it would be a good idea to pass on. SMS messages are just sent to special email addresses, so they can be sent from server to phone with minimal effort. Here is the form and handler, feel free to copy or modify it in any way you see fit: The form:...

    Started by TheYemboProject‎, 01-08-2008 08:08 AM
    4 Pages
    1 2 3 4
    • Replies: 58
    • Views: 123,638
    04-24-2013, 02:24 PM Go to last post
  18. 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: 709
    04-24-2013, 06:49 PM Go to last post
  19. 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: 710
    04-24-2013, 10:39 PM Go to last post
  20. 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: 622
    04-25-2013, 10:14 AM Go to last post
  21. 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: 520
    04-26-2013, 12:50 AM Go to last post
  22. 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,160
    04-26-2013, 02:14 AM Go to last post
  23. 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: 499
    04-26-2013, 06:50 AM Go to last post
  24. 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: 953
    04-26-2013, 08:16 AM Go to last post
  25. 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: 387
    04-26-2013, 08:40 AM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

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