www.webdeveloper.com
+ Post New Thread
Page 2 of 7 FirstFirst 1 2 3 4 ... LastLast
Threads 26 to 50 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,522
    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,779
    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: 480,945
    04-02-2006, 05:18 AM Go to last post
  1. resolved [RESOLVED] removing .php ext from URL with .htaccess

    I want to remove my .php ext and i have the script that works in my ht access. I think... But I think since I built my navbar in php its wont find the page when I remove the .php from the a href tags. if someone could help I would appreciate it. I have a var set on the top of each page...

    Started by Nicholas Diaz‎, 05-15-2013 08:08 PM
    extensions, htacces, url
    • Replies: 7
    • Views: 543
    05-16-2013, 03:24 PM Go to last post
  2. Question cURL Request in diff methods

    Hi I want to send some data via cURL using the following methods: GET POST PUT DELETE

    Started by cancer10‎, 05-15-2013 01:28 AM
    • Replies: 5
    • Views: 324
    05-16-2013, 11:09 AM Go to last post
  3. is any new version of PHP Launched

    is any new version of PHP Launched

    Started by mariajoshef‎, 05-16-2013 06:03 AM
    • Replies: 1
    • Views: 201
    05-16-2013, 10:54 AM Go to last post
  4. how to grab facebook live status automatically

    Hello! i want to put a section on my website where i want to show my recent facebook status and i want it to happen automatically.it means i want to show my facebook status on my website whenever i update my status on facebook it will also change on my website too... please help me out thank...

    Started by Dostogir‎, 05-11-2013 03:15 PM
    facebook api, mysql, php
    • Replies: 1
    • Views: 313
    05-16-2013, 03:03 AM Go to last post
  5. How do I tell if a time is 36 hours past another time and date?

    Here's my problem. I have a date an time format that looks like this: 06-01-2012, 10:15am (MM-DD-YYYY, HH:MMxx). What I want to do is create code (using PHP, preferably) that checks whether this date and time is later than 36 hours from now. For example, if today's April 29th at 11:00am, I...

    Started by multimediocrity‎, 05-12-2013 11:02 PM
    date, hours, schedule, time
    • Replies: 3
    • Views: 326
    05-15-2013, 03:53 PM Go to last post
  6. 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,507
    05-15-2013, 12:41 PM Go to last post
  7. Junk kills my server

    Hi, I'm really screwed on this - I run a website to aid the company I work for. It has come to my attention that when junk is entered into my password box, it knocks my website offline. I then have to wait 15 minutes before (presumably my host) restarts it. The password box is alpha-numeric, or...

    Started by W8 4me‎, 05-14-2013 02:17 PM
    • Replies: 2
    • Views: 320
    05-15-2013, 10:23 AM Go to last post
  8. syntax error.

    Hi there, I can't find where I made a mistake, for years... $row = "INSERT INTO Student (Name, Surename, StudentID, Generation) VALUES ('$_POST]', '$_POST]', '$_POST]', '$_POST]')"; This is report: Parse error: syntax error, unexpected '' in Thanks in advance...

    Started by noahwilson‎, 05-15-2013 06:41 AM
    • Replies: 1
    • Views: 189
    05-15-2013, 07:13 AM Go to last post
  9. Trying to read MS word content

    Hi all, I'm trying to read MS word contents using fread or file_get_contents ... It works fine using both. But my problem is explained in the attached file. I want to ignore non English characters because they are always converted into strange chars.

    Started by darroosh2‎, 05-14-2013 06:56 AM
    • Replies: 1
    • Views: 272
    05-15-2013, 01:33 AM Go to last post
  10. Anybody used Zend Framework 2?

    How does it compare (if at all) to CodeIgniter? What do you think the pros and cons are, as compared to CodeIgniter?

    Started by PrincessCupcake‎, 05-14-2013 01:24 PM
    • Replies: 0
    • Views: 218
    05-14-2013, 01:24 PM Go to last post
  11. which is the best framework for php?

    Hello Guys I am new in Development, so please tell me which is the best framework for php. share your feedback and suggestion. Thanks

    Started by noahwilson‎, 05-13-2013 01:34 PM
    • Replies: 4
    • Views: 457
    05-14-2013, 10:53 AM Go to last post
  12. Need help deciding on cost to use with BCRYPT

    I don't have PHP 5.5 yet, but I went to github and got code that lets me use the new password_hash() function: https://github.com/ircmaxell/password_compat/blob/master/lib/password.php Anyhoo, judging by line 40 of that code, I'm thinking that the default cost is 10. Is this too high? How do I...

    Started by PrincessCupcake‎, 05-14-2013 10:50 AM
    • Replies: 0
    • Views: 255
    05-14-2013, 10:50 AM Go to last post
  13. Matrimonial Express Interest Module in PHP MVC

    Need Help in developing Matrimony's Express Interest Module in PHP MVC :):):):) Need Help ASAP :)

    Started by wdev‎, 05-14-2013 04:50 AM
    php
    • Replies: 0
    • Views: 178
    05-14-2013, 04:50 AM Go to last post
  14. 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,259
    05-14-2013, 02:15 AM Go to last post
  15. Question Is the semicolon in the correct place?

    Hello. I'm still new to some basic formatting concepts. Something confused me in the book I was reading. Q: when you have CSS style rules embedded in an PHP string, is the semicolon (that ends the statement after the font formatting) always placed before the double quote? Example in the second...

    Started by waveform‎, 05-11-2013 11:00 AM
    • Replies: 13
    • Views: 543
    05-13-2013, 10:05 PM Go to last post
  16. autocomplete populate drop down lists

    I know this is a javascript question but it ties into php and was hoping maybe someone here has had to do something like this... http://www.webdeveloper.com/forum/showthread.php?277617-autocomplete-populate-drop-down-lists&p=1266801&highlight=#post1266801 Thanks in advance

    Started by ebar‎, 05-13-2013 02:21 AM
    • Replies: 0
    • Views: 215
    05-13-2013, 02:21 AM Go to last post
  17. Is Joomla worth using?

    I apologize if this seems like a silly question... But is Joomla worth using? I have read it works great with PHP sites, but I'm wondering if it has any real value. Thanks

    Started by phpnewbie34‎, 05-11-2013 07:24 AM
    • Replies: 1
    • Views: 307
    05-13-2013, 02:14 AM Go to last post
  18. PHP barcode generator code print in ZEBRA printer

    Hi, I just created a barcode image generator where I found out in internet, when I test it and I print it in a ordinary printer it was okay. Same size, what the barcode display on my web page is the same size of what I got printed, but when I tried to print it on Zebra Barcode Printer its become...

    Started by newphpcoder‎, 05-02-2013 01:57 AM
    • Replies: 3
    • Views: 543
    05-13-2013, 01:34 AM Go to last post
  19. 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,291
    05-13-2013, 01:18 AM Go to last post
  20. dynamic column query mysql

    Hey all, I am trying to make a script where I can query for a column that changes depending on a passed variable. So I have a variable passed called division, lets say it will be a, b, c or d.. I want to get the value in the column division_value1. I initially tried: $row =...

    Started by lilfellabob‎, 05-13-2013 01:07 AM
    dynamic, query, variable
    • Replies: 0
    • Views: 180
    05-13-2013, 01:07 AM Go to last post
  21. Using PHP for manipulating EXIF in Photos

    Hello. I have limited php knowledge but have been muddling my way through the modification of various scripts to add some functions to a web site. Currently I am having some problems with a script package produced to create, modify and save EXIF in uploaded photos. Before creating a long...

    Started by pewe‎, 05-12-2013 08:21 AM
    • Replies: 0
    • Views: 263
    05-12-2013, 08:21 AM Go to last post
  22. keyword density tool for arabic websites

    hi i want to create a keyword density tool for arabic websites. i need your help plz on how to create it especially the part where the script should extract the words because i don't know if that will be done correctly i tried many keyword density tool for arabic language it dosn't work plz help...

    Started by channark‎, 05-11-2013 02:34 PM
    • Replies: 0
    • Views: 218
    05-11-2013, 02:34 PM Go to last post
  23. Best secure way to create a login with PHP.

    Hi friends can anyone suggest me best loging code with php which is high secure. please share your feedback. Thanks.

    Started by noahwilson‎, 05-11-2013 10:46 AM
    • Replies: 0
    • Views: 380
    05-11-2013, 10:46 AM Go to last post
  24. openautoclassifieds issue

    Hi I started to use openautoclassifieds yesterday for a car classfieds website I am doing and trying to figure out something on it, I did try their forum but seems like it is not active any more The issue I got is that at the following link, it has got State Province with a drop down menu,...

    Started by ianhaney‎, 05-11-2013 03:08 AM
    • Replies: 0
    • Views: 261
    05-11-2013, 03:08 AM Go to last post
  25. 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: 313
    05-11-2013, 02:54 AM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 143 users browsing this forum. (1 members & 142 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