+ Post New Thread
Threads 1 to 24 of 24

Forum: PHP

Discuss the most widely used server side programming language in this board.

  1. which is the best web file manager?

    I'm looking for a file manager web based, maybe with some ajax but if possibile with the possibility to modifiy template. Anyone with good advice?

    Started by bux6, 04-05-2011 05:42
    • Replies: 1
    • Views: 463
    05-22-2013 12:20 Go to last post
  2. what is the difference between single quote and double quote in php

    what is the difference between single quote and double quote in php please answer me

    Started by akmus, 03-02-2011 04:50
    • Replies: 7
    • Views: 1,927
    01-11-2013 03:20 Go to last post
  3. Discuss About Magento

    Magento is a feature-rich eCommerce platform built on open-source technology that provides online merchants with unprecedented flexibility and...

    Started by lucasyesher, 12-20-2012 08:50
    • Replies: 2
    • Views: 167
    01-11-2013 02:58 Go to last post
  4. PHP | Magento | Durlap

    What is the difference between Mage::getSingletone() andMage::getModel() in Magento ?

    Started by lucasyesher, 12-20-2012 08:48
    • Replies: 0
    • Views: 36
    12-20-2012 08:48 Go to last post
  5. Facebook Fan gate issue

    I have manually created the custom page tab in facebook for my app for fan user and non fan user. It is quiet easy. But i want to create custom page...

    Started by kamal9988, 12-14-2012 05:37
    app, facebook, php
    • Replies: 0
    • Views: 76
    12-14-2012 05:37 Go to last post
  6. How to Learn PHP Web Design

    PHP is one of the most popular scripting languages for developing dynamic websites. PHP syntax is simple to learn, and can be embedded directly into...

    Started by Deborah, 10-05-2011 23:07
    • Replies: 7
    • Views: 682
    11-19-2012 06:22 Go to last post
  7. Global Variables in PHP

    Is it possible to have true global variables in PHP? The tests I have done so far seem to suggest that you can have a global variable that is global...

    Started by inev, 02-10-2011 23:34
    • Replies: 1
    • Views: 729
    10-11-2012 10:54 Go to last post
  8. How i can learn PHP

    can someone plz tell me how can i learn PHP

    Started by ferdousme, 10-05-2011 20:06
    php
    • Replies: 8
    • Views: 614
    09-29-2012 07:37 Go to last post
  9. How to Learn PHP and MySQL

    Ever see a webpage with ".php" as it's file type at the end? Ever wonder how to make an actual DECENT website, that DOESN'T stink? Well, I'm here to...

    Started by Howorhow, 10-05-2011 23:18
    • Replies: 4
    • Views: 1,039
    09-29-2012 06:56 Go to last post
  10. How to attach a doc file with mail function in php

    I'm already trying but it's not work properly my code is....... php Code: <?php $to = "mail@generatorsindia.org"; $subject = "Quotation"; ...

    Started by bux6, 04-05-2011 05:43
    • Replies: 2
    • Views: 1,644
    09-24-2012 18:09 Go to last post
  11. Block ip address using php code

    I tryed to block some ip's with my htacces file, but it seems that is blocking also other users. Can anyone help me with a PHP script that i can...

    Started by plusd, 12-08-2010 23:20
    • Replies: 1
    • Views: 916
    09-24-2012 18:07 Go to last post
  12. How can i study or try PHP programming at home if I only have a laptop with WIndowsXP

    I want to learn PHP programming but I do not have that big server computers or a network of computers. Is it possible to do PHP programming using...

    Started by bux6, 04-05-2011 05:41
    • Replies: 1
    • Views: 525
    08-28-2012 23:06 Go to last post
  13. Phurl is a free, clever, and easy to use PHP URL shortening system.

    Phurl is a free, clever, and easy to use PHP URL shortening system. In just 5 minutes, you can get your very own URL shortener set up and working....

    Started by ezt, 06-14-2011 01:29
    • Replies: 0
    • Views: 514
    06-14-2011 01:29 Go to last post
  14. Creating your own API

    I just need some comments or recommendations from a few developers. How do you create your own API for a website you have and what does it entail?

    Started by bux6, 04-05-2011 05:46
    • Replies: 0
    • Views: 497
    04-05-2011 05:46 Go to last post
  15. php script to call php function with textarea value

    I have problem in php. i have created one class in php and i have created function in that class. i want to call that function with argument of...

    Started by bux6, 04-05-2011 05:43
    • Replies: 0
    • Views: 467
    04-05-2011 05:43 Go to last post
  16. SECURITY CONCERN. When I transfer cookie session from HTTPS to HTTP?

    On my website I have several HTTPS pages and some HTTP pages. When a user logs in through HTTPS a cookie is stored containing email address etc. When...

    Started by akmus, 03-02-2011 04:53
    • Replies: 0
    • Views: 477
    03-02-2011 04:53 Go to last post
  17. Button on click popup contact form required - HELP

    My site is almost ready just when I click join need a beautiful popup contact form with rest of site greyed out. All the inputs of the form will go...

    Started by akmus, 03-02-2011 04:51
    • Replies: 0
    • Views: 840
    03-02-2011 04:51 Go to last post
  18. How to print parmeterized query for debugging

    php Code: $linksQuery = $dbase->prepare("SELECT * from mytable WHERE mycolumn = ? order by mycolumn"); $linksQuery->execute(array('1')); for...

    Started by akmus, 03-02-2011 04:51
    • Replies: 0
    • Views: 474
    03-02-2011 04:51 Go to last post
  19. Convert centiseconds timer to mm:ss:cc ?

    I would need a small php script to convert centiseconds to minutes, seconds and centiseconds using that format: mm:ss:cc. It's probably pretty...

    Started by akmus, 03-02-2011 04:49
    • Replies: 0
    • Views: 551
    03-02-2011 04:49 Go to last post
  20. Files/MySQL backups sent as email attachment?

    Is there a backup program I can set up as a cron job to backup all files, subdirectories and their contents, as well as the mysql database? I also...

    Started by lnr, 02-21-2011 05:24
    • Replies: 0
    • Views: 501
    02-21-2011 05:24 Go to last post
  21. Database structure question

    I would still consider myself in the "beginners" stage for php and mysql programming and I have a quick question about structuring a database. ...

    Started by lnr, 02-21-2011 05:23
    • Replies: 0
    • Views: 349
    02-21-2011 05:23 Go to last post
  22. Using Custom Fields outside The Loop in Wordpress

    I found this little nifty piece of code to be extremely helpful, I hope you do too: <?php global $wp_query; $postid = $wp_query->post->ID; echo...

    Started by lnr, 02-21-2011 05:22
    • Replies: 0
    • Views: 470
    02-21-2011 05:22 Go to last post
  23. Any Shopp WP Plugin Experts?

    Are there any Shopp experts about? I'm starting to use this tool for more projects now and would be interested in teaming up with someone to...

    Started by inev, 02-10-2011 23:35
    • Replies: 0
    • Views: 473
    02-10-2011 23:35 Go to last post
  24. How to rewrite files in this way?

    Hello, I got files which have entries/records (1 per line), and some of them are as huge as 1GB and more. Most of the records on the top are of no...

    Started by inev, 02-10-2011 23:33
    • Replies: 0
    • Views: 381
    02-10-2011 23:33 Go to last post

+ Post New Thread

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

Sign up for PayPal and start accepting credit card payments instantly.