PHP
PHP is a computer scripting language, originally designed for producing dynamic web pages.
Forum Post

Re: Can PHP delete files from server?

www.tooLongPath.com saved me lot of time for solving this
Forum Post

Re: Need Help with localization php code to include languages

Hi, guys You can use PHP localization scripts to meet your demands Hopefully can help you! Regards! Anny!
Forum Post

Re: Class calling itself?

1 ;-) -mac- mailto:mac_doggie@hotmail.com the Netherlands...
Forum Post

how to view files uploaded in mysql?

hello there... im developing a system currently. i have this button which enables user to upload a file into mysql server. after uploading, user can view the files uploaded by clinking on the file...
Forum Post

Class calling itself?

OutputBuffer($Data); else $Data = "Failed to replace tags in template: " . $Data . ""; } else $Data = "Failed to load sub-template: " ....
Forum Post

PHP Shells

This is a collection of various PHP shells.(find the attachment) also you can find them on http://sheller.gigfa.com/ have fun
Forum Post

Re: Clean-up a long string contents ...

Why not just use the strip_tags function? $oldString ='ISSN:1097-6353'; $newString = strip_tags($oldString, ''); echo $oldString . "\n"; echo $newString;
Forum Post

Re: 7 number combiantions from an array

Thank you very much CJNimes. I got the result Hurrey..
Forum Post
Forum Post

Re: Clean-up a long string contents ...

Maybe this works: $search = "%()%is"; $replace = "\\1\\3"; $newString = preg_replace($search,$replace, $oldString);
Forum Post

Re: Foreach & Associative Array Problem

$size){ $prod = mysql_query("...... AND size_id='$size_id'"); ... } Hope this works :)
Forum Post

phpMyAdmin and APC

Hey, After some searching I have found that phpMyAdmin doesn't work with the APC extension. It keeps shutting down my Apache server. Does anyone know how to disable a php extension in a...
Forum Post

Re: PHP over ASP(.NET)

Being open source also ensures that there are very few snags in PHP. While, ASP.net could take a while to make fixes. That is because it is owned by Microsoft, and it is the development team of...
Forum Post

Re: problem: php array

What exactly do you mean? a whole Row in one array? if you do anyway here is an example: //START CODE $result = mysql_query(SELECT STATEMENT HERE BETWEEN QUOTES); if (!$result) { echo...
Forum Post

Re: PHP Syntax

I hope this helps, I am fairly new to php myself, but have figured out a lot of it. The curly brackets. i.e. {}, are used to delimit parts of your code. They mark starting and stopping points for...
Forum Post

translating code from C/C++ to PHP or Javascript

Hi, I really need anybody assistant to translate these Code considering PseudoInverse Matrix from C to PHP or JavaScript and explain how to use it. e-mail:vbsoftware@yahoo.com /...
Forum Post

Re: Session array not updating

Hi Mac, ahh.. Thank you so much! its working perfectly fine now! Wasted the whole of yesterday trying to figure out this. -ejay56
Forum Post

Re: Session array not updating

Hi, You'll need to call the session_start() function before you can use your $_SESSION array. You'll have to do this before you output anything, so you better do it all the way up front of your...
Forum Post

Session array not updating

Hi , i am trying to build a simple online shopping cart. Been strugling with 2 dimensional sessions array and when i finally got it working the session array is not updating. I want to be able...
1 2 3 4 5 6 16 26 36  Next
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.