Search the web
Sign In
New User? Sign Up
phpexperts
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 8102 - 8131 of 13252   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8102
Hi experts I posted one topics about streaming server issues in couple of days ago but I didn't get any answer. I am developing one site...
sumon029
Offline Send Email
Feb 1, 2008
5:25 pm
8103
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...
Hasin Hayder
phpfive
Offline Send Email
Feb 2, 2008
2:45 am
8104
Hello experts.How can i import any .sql file in a database and how can i export any database using command line ?...
Raquibul Islam
rana_cse_05
Offline Send Email
Feb 2, 2008
7:26 pm
8105
For export: mysqldump database_name > file.sql example: mysqldump testing > dump.sql for backup first create a database (Create database newdb;). then run ...
Zakir Hossain
zhraju2003
Offline Send Email
Feb 2, 2008
7:34 pm
8106
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...
Mynul Islam
mynul9280
Offline Send Email
Feb 2, 2008
8:17 pm
8107
java architecture tutorial at http://java3.blogspot.com/...
tutorial4u14
Offline Send Email
Feb 2, 2008
8:17 pm
8108
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...
avacohen100
Offline Send Email
Feb 3, 2008
11:23 pm
8109
Can anybody here explain it further? I'm confused... What does it do? THanks in advance!...
Mitchelle C. Pascual
mitch_pascual
Offline Send Email
Feb 4, 2008
3:39 am
8110
How can i protect my Web Page from Saving/Downloading ?...
Raquibul Islam
rana_cse_05
Offline Send Email
Feb 4, 2008
11:31 am
8111
Thanks.....It works!!!!!!!!!! It's a Gr8 thing..........!!!! Thanks once again....! ... -- With Thanks "MYNUL"...
Mynul Islam
mynul9280
Offline Send Email
Feb 4, 2008
3:23 pm
8112
Can't be done. If I can see your web page, I can save its contents. If you don't want it to be copied, don't put it on the internet....
Chris Williams
clwill00
Offline Send Email
Feb 4, 2008
4:29 pm
8113
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...
MUTAHERUL ISLAM ( BAB...
babu747d
Offline Send Email
Feb 4, 2008
5:50 pm
8114
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...
Mamunur Rashid
m_rashid83
Offline Send Email
Feb 5, 2008
4:38 am
8115
There is a *echo*. echo list($width, $height, $type, $attr) = getimagesize($image['tmp_name']); Just remove *echo*. Like this list($width, $height, $type,...
Arafat Rahman
opurahman
Offline Send Email
Feb 5, 2008
4:48 am
8116
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++...
phpexperts@yahoogroup...
Send Email
Feb 5, 2008
5:39 pm
8117
Thanks....
Raquibul Islam
rana_cse_05
Offline Send Email
Feb 6, 2008
9:23 am
8118
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 ...
ramgnath
Offline Send Email
Feb 6, 2008
5:29 pm
8119
Hi to All Is it possible to convert the Md5 format to normal form? (i.e.) md5(mahsh)->49bb197bec17b7d20b2df6b1f3c3434a Is it possible to convert...
mahesh ari
hari_m1985
Offline Send Email
Feb 6, 2008
5:30 pm
8120
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...
rajuru@...
zhraju2003
Offline Send Email
Feb 6, 2008
5:39 pm
8121
its not possible shiva mahesh ari <hari_m1985@...> wrote: Hi to All Is it possible to convert the Md5 format to normal form? (i.e.) ...
shiva kumar
k_shiva2001
Offline Send Email
Feb 6, 2008
5:53 pm
8122
have u tried exec() or system()?? ramgnath <ramgnath@...> wrote: Dear Experts i am using imagemagic when i run command line...
Tapas Pal
tapas_bahirbag
Online Now Send Email
Feb 6, 2008
5:54 pm
8123
No. you can't reverse it. mahesh ari <hari_m1985@...> wrote: Hi to All Is it possible to convert the Md5 format to normal...
Tapas Pal
tapas_bahirbag
Online Now Send Email
Feb 6, 2008
6:06 pm
8124
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. ...
Zakir Hossain
zhraju2003
Offline Send Email
Feb 6, 2008
6:39 pm
8125
Hello experts how can i install Apache,php and mysql from Source in Linux environment ? Thanks in advance....
Raquibul Islam
rana_cse_05
Offline Send Email
Feb 7, 2008
7:59 am
8126
Dear all, I want php code for multiple number tracking separated by comma. I mean that in input field i write max three or five numbers like this ...
arg_mex_poll
Offline Send Email
Feb 7, 2008
9:12 am
8127
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] ...
Zakir Hossain
zhraju2003
Offline Send Email
Feb 7, 2008
9:22 am
8128
do you mean compile the source and install? if yes, I am also interested to know that :). ... -- Best Regard, Raju http://hungrycoder.xenexbd.com ... ...
Zakir Hossain
zhraju2003
Offline Send Email
Feb 7, 2008
10:27 am
8129
Hi Rana There are thousands+ tutorial available when you search in google :) Regards -H...
Hasin Hayder
phpfive
Offline Send Email
Feb 7, 2008
10:34 am
8130
can u try explode() function? I think it may work for you. try http://www.php.net/manual/en/function.explode.php this link. arg_mex_poll...
Suranjit Kumar Mondal
skmliton
Offline Send Email
Feb 7, 2008
10:37 am
8131
$data = "1,2,3,4"; list($one, $two, $three, $four) = explode(",", $data); echo 'First Choice = '.$one.'<br>'; // foo echo 'Second Choice = '.$two.'<br>'; //...
Rakibul Islam
rubelonline
Offline Send Email
Feb 7, 2008
10:40 am
Messages 8102 - 8131 of 13252   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help