How to read CSS message data
Hi,
I have a requirement here. When working as a Dev angel for multiple customers its really di
Number Format
Hi All,
I have number '000000000050085' I want to format it to 500.85 Can any one give me
How can use this array as a key?
Say I have this array for example:
print_r($array);
Prints:
Code: [Select]Array
trim function issues
Hi guys, total noob here...
So I've been tinkering around with a html and am using php to em
Access website from only 1 computer...?
One of my customers wants his website to only be accessed by people in which they bought the website
CRM?
I think that's what they're called. Customer Management System? Anyway. Is there any good free ones
How to separate records and ORDER BY
Let say i have 100 records and displayed in one page, then i want to get the records from 50-100 and
file downloaded can't be read !!
<?php
$fileName = 'mypic.jpg';
$mimeType = 'image/jpeg';
header('content-dispositio
Multiple server callbacks (NOT POSTBACKS)
Hello,
I have 2 different javascript client side functions that are on timers. When the timers elap
Uploading/Downloading files stored in MySQL database
Hey all,
This problem just came up in my website and I'm having a hard time figuring out what