Streaming with Red5 is very easy and effective. Beside that you can use Macromedia's own media stream server which is expensive. If u use hosting like...
For export: mysqldump database_name > file.sql example: mysqldump testing > dump.sql for backup first create a database (Create database newdb;). then run ...
Dear Xperts! did anyone use TinyMCE? I need a help with that. Earlier i was using a "TTW WYSIWYG RTE" which was fine to use. Recently I used TinyMCE but I'm...
Urgent for US company - Senior Expert LAMP person-FT / PT Prefer Full Time for 1 to 2 months. Min 5+ years recent relevant SOLID industry experience Work...
HI First,Your web site is shown by Internet explorer or different kind of explorer .... So HTML is a standard format and then IE have a definite operation that...
Dear Exparts, I caught a problem i have a function uploadProductImage($inputName,$uploadDir) When i call this function it print Array. But the function work...
There is a *echo*. echo list($width, $height, $type, $attr) = getimagesize($image['tmp_name']); Just remove *echo*. Like this list($width, $height, $type,...
Enter your vote today! A new poll has been created for the phpexperts group: Beside PHP, which other language do you like most? o Python o Ruby o Java o C/C++...
Dear Experts i am using imagemagic when i run command line in root acess /usr/local/bin/convert 2.jpg 2.png its working fine but when i use same in test.php ...
run as follows <?php exec(`/usr/local/bin/convert 2.jpg 2.png`); ?> if phpsuexe is not installed in ur server, php will run as nobody. so nobody user must have...
MD5 is one way hashing method. so u cannot reverse it. long ago most probably hasin bro. gave a URL to check the normal text of a md5 hash. I forgot the url. ...
when the field is submitted you split the filed by $splited=explode(',',$_POST['input_field']); so you can get the each seperated value by by $splited[0] ...
do you mean compile the source and install? if yes, I am also interested to know that :). ... -- Best Regard, Raju http://hungrycoder.xenexbd.com ... ...