Description:
PHP, server side scripting.
|
|
|
OT: Why are western European clients so cheap compared to USA?
|
| |
I have been selling web based software for seven years and have never understood why Western European prospects are so cheap. For example: US client will pay $100 for a software that can do 10 things European client will pay $10 for a software that needs to do 100 things They want the world for a dime. I don't understand this since their... more »
|
|
second array image values will not show
|
| |
Sorry to bother again. The first part of my script works fine and return four random images, sorted by numeric value. The second part are supposed to do the same, but gets images from another folder, and fewer images. But the second part can't find the images, even they are there. Anyone with any idea?... more »
|
|
Print specific data on printer?
|
| |
Hi, I want to print the specific data from page instead of Full page data. So i can't use window.print method. I take my data in $data variable. i want to print only this data. any other method for print selected data??(not full page)
|
|
PHP and Sqlite Encryption extension
|
| |
Hello, I'm wondering if php can manage a sqlite database encrypted with SEE ([link]) ? In the sqlite3 documentation the last parameter is about an encryption key : "An optional encryption key used when encrypting and decrypting an SQLite database. ". Is it compatible with the official sqlite... more »
|
|
Posting style in alt.php. Was: Re: Proper Way to Use [while] Loops
|
| |
On Mon, 04 Jan 2010 06:49:21 -0500, Jerry Stuckle ...We can argue what the majority want all day. Without both of us trawling though the archives we will never know for sure what the 'majority' want. Indeed, the majority have probably never stated a preference. So that's a stoopid (sic) argument. Just to be clear, my argument is that this group (alt.php), being a... more »
|
|
Help with sorting results
|
| |
I am using the following script to display seven random images from a folder. All images have a numerical value. I would like the output to be sorted, but I am lost... anyone with any advice? Here's the script: <?php function RandomFile($folder='', $extensions='.*'){ // fix path: $folder = trim($folder);... more »
|
|
Stats comp.lang.php (last 7 days)
|
| |
"Caveat: Quantity is not necessarily a measure of Quality" Newsgroup.................: comp.lang.php Stats Were Taken..........: Mon, 04 Jan 2010 09:05:51 GMT Stats Begin...............: Mon, 28 Dec 2009 09:10:12 GMT Stats End.................: Mon, 04 Jan 2010 04:39:25 GMT Days......................: 7... more »
|
|
Initialize class elements: Yes/No, which value?
|
| |
Hello everybody, I got a tiny question for which I could not find any proper answer by simply googling or the likes. I am not quite sure what might be the best way to initialize my class elements. For now I initialize them with values of the type they actually should contain. Example: private $_users = array();... more »
|
|
securing bash script
|
| |
I have a script that should only show the man page of a command that I enter. It uses the exec part and a field that you enter. I am on a Linux machine. However instead of entering just e.g. "man" to get the command "man man" running, you could also enter "man; rm * -rf" and do whatever naughty stuff you desire. That last one will first run `man man` and then `rm *... more »
|
|
Configuration of user-defined dll with PHP
|
| |
Hello All, I want to use user defined dll in PHP. I am create dll in VC++. I successfully used in Visual Basic 6.0. Now i want to use that dll in PHP. I am using XAMPP (Basis Package) version 1.7.2. I performed following steps. 1: copy that example1.dll in C:\xampp\php\ext 2: Edit php.ini and write extension=example1.dll... more »
|
|
|