+ Post New Thread
Page 1 of 2
1 2 LastLast
Threads 1 to 50 of 64

Forum: PHP

  1. flaws of PHP

    Some flaws about PHP: Bad recursion PHP is crippled for commercial reasons No namespaces No Unicode Framework seldom used Shared Nothing ...

    Posted By dawn.visp
    • Replies: 1
    • Views: 238
    07-26-2010 04:30 PM Go to last post
  2. PHP versus ASP

    PHP Producer Open Source Server Platform Unix, Linux, Windows Speed of writing PHP has a...

    Posted By roshell
    • Replies: 2
    • Views: 332
    07-26-2010 04:27 PM Go to last post
  3. Smile What is the best way to learn php ?

    Hello friends, Is php is the best language for someone, who wants to learn website development? I want learn php to make a good web designer.Can you...

    Posted By bruice
    • Replies: 9
    • Views: 444
    07-26-2010 04:24 PM Go to last post
  4. PHP in WAMP

    Hello everyone, I've been using the WAMP server on my computer for awhile, mainly to test websites before actually putting them on the web. Right...

    Posted By JDC Humanities
    php. wamp
    • Replies: 4
    • Views: 915
    07-26-2010 04:22 PM Go to last post
  5. Question For Login System??

    Is php the type of language you use for login pages such as a blog so members can join?

    Posted By realistic
    php help
    • Replies: 1
    • Views: 267
    07-13-2010 06:17 AM Go to last post
  6. Choosing a PHP Web Host

    A little information about PHP would be helpful. It is a very popular server side programming language that can be embedded into HTML. Its popularity...

    Posted By Nile Hadwards
    best hosting companies, top 10 web hosting
    • Replies: 3
    • Views: 268
    06-14-2010 01:02 PM Go to last post
  7. how many users online, PHP

    is there a way to display how many users are online in the site in PHP without utilizing mysql?

    Posted By moomeg12
    • Replies: 6
    • Views: 321
    06-08-2010 07:30 AM Go to last post
  8. What does "echo" stand for?

    What is ECHO meaning? You know, the echo we use to print data http://forums.digitalpoint.com/images/smilies/smile.gif like in php , c++ ,etc?

    Posted By warid1234
    • Replies: 10
    • Views: 475
    05-24-2010 09:24 AM Go to last post
  9. history of PHP

    PHP is a scripting language originally designed for producing dynamic web pages. It has evolved to include a command line interface capability and...

    Posted By Jenniferlinn
    • Replies: 8
    • Views: 716
    05-14-2010 12:29 PM Go to last post
  10. PHP coding?

    Hi All, How do you use div class' in php such that you can attach html generated by php into that div class. Example <html> <head> </head>...

    Posted By dreamstone
    • Replies: 1
    • Views: 224
    04-26-2010 06:48 PM Go to last post
  11. problem with a skipurl function, please help

    this function function skipURL($string){ $string = preg_replace("`\`U","",$string); $string =...

    Posted By traveladriatic12
    • Replies: 0
    • Views: 180
    03-03-2010 11:47 AM Go to last post
  12. how to convert date and time..

    Hi guys.. can any body teach me how to convert date and time formats? example if the format of date in the database is 2010-02-12 and i want to...

    Posted By console-spot
    • Replies: 0
    • Views: 203
    02-18-2010 03:28 PM Go to last post
  13. Question About to check if link exists with PHP?

    I already know that at least 100 methods to do that but the thing is that I want to check existence of files which might be as big as 100 MBS. So...

    Posted By realistic
    php help
    • Replies: 2
    • Views: 362
    02-08-2010 10:51 AM Go to last post
  14. Free php proxy software/code

    Hi, Does anybody know where I can find a free php proxy code that supports JavaScript. I want to use this proxy on my own server, ('cause my...

    Posted By designs84
    free php proxy, software code
    • Replies: 0
    • Views: 233
    01-19-2010 10:54 AM Go to last post
  15. Question To refresh whole frameset

    For mine frameset page, whenever anyone click on any link within any frame, want that frameset (i.e. all the frames) to be refreshed or reloaded. ...

    Posted By realistic
    php
    • Replies: 1
    • Views: 341
    12-21-2009 02:17 PM Go to last post
  16. Question Can passing username???

    Can passing username via affiliate sub ID be accomplished w/PHP? I have a Joomla website that has a member login system and a plug in that allows...

    Posted By realistic
    php help
    • Replies: 0
    • Views: 274
    12-12-2009 05:51 AM Go to last post
  17. Question For Modified date of web page

    Respected Members, In php, How can I get last modified date of a give web page? I have tried to get last modified from the header but for...

    Posted By realistic
    php help
    • Replies: 0
    • Views: 278
    12-11-2009 09:32 AM Go to last post
  18. Question Help required in delete option

    The delete option is not working in table. Please help me here is my php script <?php $link = mysql_connect("localhost", "root", "") or...

    Posted By realistic
    php script
    • Replies: 0
    • Views: 251
    12-11-2009 08:15 AM Go to last post
  19. How much to quote for website coding in php?

    Hi Friends, I am full time PHP programmer for the past 2 years. Now I am trying to gather some project on my own and work from home besides...

    Posted By closebys
    • Replies: 0
    • Views: 307
    11-27-2009 08:59 PM Go to last post
  20. Get Ready for PHP 6

    PHP 6, the next major revision of the popular Web application development language, looms on the horizon and promises many changes. Learn what’s new...

    Posted By realistic
    php 6
    • Replies: 1
    • Views: 319
    11-24-2009 12:07 PM Go to last post
  21. Is there any way to do this in PHP (or with a combination of JS)?

    There's a login form on page A: example.com/A.html The 'action' attribute of which is: action="/B.html" So when someone logs in with the form...

    Posted By immediate
    • Replies: 0
    • Views: 338
    11-20-2009 05:08 AM Go to last post
  22. file_get_contents not working for some reason

    Hello all, This is my code: $url = "userreview.php?reviewID=1"; $str = file_get_contents($url); echo $str; Simple, right? That's supposed...

    Posted By chinchi86
    • Replies: 0
    • Views: 257
    10-27-2009 04:27 PM Go to last post
  23. #1 (permalink) Flat File Database Idea... No Knowledge On How To Do It Though...

    Hey all, I'm sure some of you know about my flat file database troubles, and you've all said "Use SQL!". I know. I don't really want to. I want to...

    Posted By buluk21
    • Replies: 0
    • Views: 382
    10-18-2009 02:50 AM Go to last post
  24. Creating a search in multiple fields

    I have used your search-keyword.php tutorial and have tried to modify it to allow for search in multiple fields. I have a table that list the...

    Posted By ippbx
    • Replies: 1
    • Views: 389
    10-15-2009 08:29 AM Go to last post
  25. mysql random query help

    Hi, I need to change the query that pulls links from a particular category (i.e. ... where `category=9` for example). I want to limit the...

    Posted By anisha35
    • Replies: 2
    • Views: 550
    10-15-2009 08:24 AM Go to last post
  26. how to SUM output of certain field result

    i got 3 combo box for choose driver,vehicleno and month. OUTPUT id date driver vehicleno drop 3 2005-06-06 sugu 3411 7 9 2007-01-25 sugu...

    Posted By sasikashiroshi
    • Replies: 1
    • Views: 484
    10-02-2009 05:09 PM Go to last post
  27. Is there an PHP to ASP converter?

    Hi to all... I am new here and new to this topic...... I am php newbie and want to know if there is any PHP to ASP converter? if so... where can...

    Posted By ryanwilde
    • Replies: 7
    • Views: 1,622
    09-25-2009 03:46 AM Go to last post
  28. Php script to create MS Doc file.

    Hi , When I am running the code: <?php $word = new COM("word.application"); $word->Visible = 0; $word->Documents->Add();...

    Posted By anirban
    • Replies: 2
    • Views: 2,414
    09-24-2009 04:58 AM Go to last post
  29. Creating Word doc using php.

    Hi All, I want to create *.doc file (opened by MS WORD) using PHP and I want to define the style of the page by some external css. Please suggest...

    Posted By anirban
    'php file', 'word doc using php'
    • Replies: 2
    • Views: 1,100
    09-23-2009 05:24 AM Go to last post
  30. php or javascript

    With php or javascript, how would I set the links so that only the text within a div changes? But the rest of the page stays the same? I recently...

    Posted By bredindo
    • Replies: 8
    • Views: 1,012
    09-12-2009 06:15 PM Go to last post
  31. How would i strip bad codes between good codes?

    I am making a small website and i am going to allow people to make profiles, in the profiles i want to allow them to use html codes to fix their...

    Posted By yash059
    • Replies: 2
    • Views: 487
    09-02-2009 03:40 AM Go to last post
  32. How can I accomplish all of this w/my site?

    I run a website for a Mixed Martial Arts event out of Las Vegas. I am currently using Joomla ("tuffnuff.net") but want to make some changes / add...

    Posted By madar1985
    • Replies: 1
    • Views: 428
    09-01-2009 09:45 AM Go to last post
  33. How to enhance my PHP development skill and also start learning .NET to get into it as well?

    I am in the PHP development with basic development skill. I want to enhance my skill to master level and also want to start learning .NET to become...

    Posted By qwzxlk
    • Replies: 1
    • Views: 531
    09-01-2009 09:41 AM Go to last post
  34. How to upload images using PHP

    Uploading a file is a basic requirement of most of the websites. In this post, I will explain in detail about how to upload an image using PHP. ...

    Posted By johnfrey
    • Replies: 1
    • Views: 393
    09-01-2009 09:32 AM Go to last post
  35. create hidden user and give admin access

    Say I am looking to create a forum (let's pretend) for future sale, I would like to make sure that pirates aren't going to have a hay day with it...

    Posted By arya054
    • Replies: 1
    • Views: 450
    08-03-2009 01:01 PM Go to last post
  36. very intersting Variable question

    The function calls one variable, which then needs to be placed inside other Session variables to be useful. Dig it >> -------- function...

    Posted By sifanyroma
    • Replies: 0
    • Views: 405
    07-13-2009 04:36 AM Go to last post
  37. Setting up database install file

    Hi people, I have created a small offline program. How can I quickly install the database on someone Else's computer from a php file. "...

    Posted By buddhi225
    • Replies: 2
    • Views: 564
    06-11-2009 05:02 AM Go to last post
  38. Check this out - Free PHP Security Videos

    Hi! Thank you for checking out this thread. I've been programming PHP since 2001 and I want to tell you that I just love the PHP community....

    Posted By Arne1983
    • Replies: 1
    • Views: 486
    05-29-2009 04:26 PM Go to last post
  39. How to get a PHP file to be included across files in different directories?

    Currently I have created some php based webpages and uploaded them to my web hosting server.It has a PHP 5.1.6 installed.With this I am able to...

    Posted By siska
    • Replies: 2
    • Views: 765
    02-19-2009 05:01 AM Go to last post
  40. php value problem

    Hello all, I'm a learning php this year but i encounters some problems. One of them is about php value. The problem is how do i do to prevent a...

    Posted By komrad
    php value
    • Replies: 1
    • Views: 693
    02-18-2009 11:18 PM Go to last post
  41. Problem with unzip script in php.

    Dear All, I am using the following script to unzip files: ######## <?php // This script lists all of the .zip files in a directory ...

    Posted By anirban
    • Replies: 0
    • Views: 554
    02-09-2009 06:42 PM Go to last post
  42. Cool PHP question

    Hello, Where is PHP session Stored? Please reply me i'm waiting for your reply. Thanks:p

    Posted By Simran
    • Replies: 2
    • Views: 975
    01-22-2009 02:10 AM Go to last post
  43. Help with web design in php reservation system

    Hi people sorry my english im from Panama Latinamerica im new in the forum and would like to ask for help for those who know php web design, I have a...

    Posted By alexistkd
    • Replies: 5
    • Views: 995
    12-23-2008 02:17 PM Go to last post
  44. Where I can Learn PHP

    Please suggest me resource where I can learn PHP and to become PHP expert. I am new to PHP. Any suggestions will be welcomed. Regards Muzammal

    Posted By muzammal
    • Replies: 6
    • Views: 935
    09-02-2008 02:39 AM Go to last post
  45. Please help me create my website

    Hi friends I have designed a nice PSD file and also sliced it in Imageready... but after this I am zero in programming. I know HTML and can work...

    Posted By fiona45in
    • Replies: 3
    • Views: 931
    06-23-2008 07:30 PM Go to last post
  46. Install SQLiteManager on the server.

    Hi, I have borrowed webspace on a particular host. Can I install SQLiteManager to handle mySQL database? Is there any script which will install...

    Posted By anirban
    • Replies: 1
    • Views: 866
    06-20-2008 07:44 AM Go to last post
  47. Flash Website Design Pro v1.1563, havnt tested it

    Flash Website Design Pro v1.1563 Wide range templates to create flash websites, intros, banners, ads Flash Website Design is the great Flash...

    Posted By nazia
    • Replies: 1
    • Views: 1,693
    05-18-2008 07:03 AM Go to last post
  48. Redirect your users without using PHP

    This tutorial will show you to redirect users to another webpage without using header and other PHP methods. It's actually very simple, just one line...

    Posted By chetan1
    • Replies: 0
    • Views: 792
    05-06-2008 09:22 AM Go to last post
  49. Help Deciding

    I am trying to decide whether to teach myself PHP or ColdFusion. I need to start creating dynamic sites and am torn. I know this is a PHP forum...

    Posted By rainman
    • Replies: 6
    • Views: 1,057
    04-14-2008 09:00 PM Go to last post
  50. PHP e-commerce script, online shop

    Aup guys Just wondering wether any of you have had much dealings with any PHP e-commerce scripts for an online shop? Just wondering if you...

    Posted By johneva
    • Replies: 4
    • Views: 1,167
    01-13-2008 01:44 AM Go to last post

+ Post New Thread
Page 1 of 2
1 2 LastLast

Forum Information and Options

Users Browsing this Forum

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

Dedicated Server - Hivelocity offers award winning linux dedicated server and windows dedicated server and VPSs as well as a host of solutions.

document scanning