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

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,774
    04-02-2006, 05:18 AM Go to last post
  2. 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,391
    05-07-2013, 06:25 AM Go to last post
  3. 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,755
    04-06-2006, 05:53 AM Go to last post
  1. 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,545
    04-24-2013, 02:24 PM Go to last post
  2. display images in a folder

    Hi I am trying to display all the images in a certain folder. I dont want to display the directory itself of the parent directory. I would like to show the actual photos instead of the links also. Here is the code: <?php session_start(); ?><!doctype html public "-//W3C//DTD HTML 4.0...

    Started by graphical_force‎, 01-09-2008 10:14 PM
    • Replies: 10
    • Views: 48,915
    05-07-2013, 05:41 AM Go to last post
  3. 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,188
    05-09-2013, 11:24 PM Go to last post
  4. 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,064
    04-20-2013, 05:29 PM Go to last post
  5. resolved How to make websites like Facebook, Orkut....??

    Hey guys, basically i am very new in PHP and Mysql....I had made a simple site for the technical event of my college.... You can visit it and tell me how did you like it... www.techno-crat.co.in But that is very static site. Now i want to make a social networking site for my college.. ...

    Started by ranjan1991‎, 11-22-2010 10:25 AM
    • Replies: 4
    • Views: 4,278
    05-13-2013, 01:18 AM Go to last post
  6. 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,929
    04-24-2013, 12:59 PM Go to last post
  7. 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,514
    04-30-2013, 02:00 PM Go to last post
  8. 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,062
    05-10-2013, 10:02 AM Go to last post
  9. Unhappy Login session is going expire soon

    Log in Session expires after 5 Min. I want to make it live for 120 min:confused:

    Started by usman jamil‎, 05-02-2013 12:45 AM
    php
    • Replies: 3
    • Views: 1,570
    05-03-2013, 05:06 AM Go to last post
  10. After login redirect not working on server.

    Hi friends, I am facing some loging problem with my website, after loging, redirec not working on server but its working fine on local host. I am using this if(!$con||$count=="0") { $alert="<span class=error>Please check the username or password</span>"; } ...

    Started by noahwilson‎, 05-14-2013 12:37 PM
    • Replies: 2
    • Views: 1,494
    05-15-2013, 12:41 PM Go to last post
  11. 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,335
    04-23-2013, 05:10 AM Go to last post
  12. 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: 6
    • Views: 1,333
    05-01-2013, 10:26 PM Go to last post
  13. Exclamation Prevent calls from external domains? Is it possibile without sacrificing AJAX use?

    The question is simple.. I've created a register FORM that calls register.php file passing parmas througth AJAX. I've applyied some restrictions to the form compilation, such the necessity of a regular email address, regular name, and regular acceptation of terms and conditions.. After that i...

    Started by American horizo‎, 04-22-2013 07:49 PM
    • Replies: 6
    • Views: 1,303
    05-02-2013, 06:09 AM Go to last post
  14. Passing file names with spaces in them

    I know nothing of PHP whatsoever. I'm attempting to use a script I obtained here on my Web site. It's not working quite the way I'd like it to. In this discussion a PHP script was provided that forces downloads to occur rather than allowing the browser to open the file. I'm happy with the...

    Started by TimothyJMcGowan‎, 04-01-2013 12:14 PM
    • Replies: 9
    • Views: 1,270
    05-07-2013, 02:08 AM Go to last post
  15. save or show image string in tiff type

    hi i have a usps lebel which give me encode string in tiff or pdf i decode this string from base64(); i found there is a method to show gif or jpg echo '<img src="data:image/gif;base64,'. $author. '"/>'; is there is way to show tiff direct?

    Started by experts585‎, 10-23-2011 02:50 AM
    • Replies: 5
    • Views: 1,253
    05-14-2013, 02:15 AM Go to last post
  16. 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,193
    05-09-2013, 01:21 PM Go to last post
  17. 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,189
    04-26-2013, 01:47 PM Go to last post
  18. 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,156
    04-26-2013, 02:14 AM Go to last post
  19. PHP Catalog/Shopping Cart for Medical Supply Business - Please Help

    Hi folks, We are in the process of developing a unique PHP cart/catalog for a medical supply company. Here is the type of cart I need as we have scanned the web for something like this but cant seem to locate it (which I can't believe). 1. The Catalog/Cart and items would be viewable to all...

    Started by viidc‎, 04-21-2013 04:36 PM
    • Replies: 9
    • Views: 1,147
    05-02-2013, 05:18 AM Go to last post
  20. How to Generate Category and subcategory in html Form With php Mysql

    How to Generate Category and subcategory in html Form With php Mysql

    Started by vinodkmr‎, 04-24-2013 11:44 PM
    • Replies: 1
    • Views: 1,046
    05-03-2013, 07:04 AM Go to last post
  21. 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: 952
    04-26-2013, 08:16 AM Go to last post
  22. Is this possible?

    Hello all, I am the web manager of an author's personal website. My knowledge is limited to HMTL and CSS, though I have a little knowledge of how php works. My client has a wordpress blog on his site (which uses php), and a blog on PsychologyToday.com. He would like his website blog to update...

    Started by AEFM‎, 05-03-2013 10:26 AM
    • Replies: 4
    • Views: 906
    05-04-2013, 03:36 AM Go to last post
  23. 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: 899
    04-22-2013, 10:28 AM Go to last post
  24. 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: 894
    05-09-2013, 01:38 AM Go to last post
  25. 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: 885
    04-22-2013, 12:27 PM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

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