Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
Ranked #2K
~10.4K People Reached
About Me

I am a Programmer and play with various opensource like oscommerce,joomla etc.

Interests
Love Gym,Listening Rocking Music...
PC Specs
Windows XP,windows 7,ubuntu
Favorite Tags
Member Avatar for showman13

Good Morning All, This is a question I touched on previously, but don't think I presented what I really need to do. I need to get this accomplished ASAP, and really have no clue how to go about it. Would even be willing to pay someone else if they have …

Member Avatar for coolest_987
0
1K
Member Avatar for mayreeh

kindly advise on how i can manage to send bulk sms where by, phone numbers are retrieved from my database.

Member Avatar for newbie1234
-1
365
Member Avatar for dwlamb

Good day, I am working on atomizing a template creating includes in a sub-directory called includes and calling them like this <?php include 'includes/head.php'; ?> I have also tried <?php include('includes/head.php'); ?> My page won't load. All I get is a blank browser window. I tried tailing the error.log and …

Member Avatar for Squidge
0
230
Member Avatar for my3h

Hi , I am trying to display images stored in database. Actually, i have stored image names with extenstion in the database, images are stored in my root directory images folder. Now i want to display all the images with other filelds in that table, in same page. I have …

Member Avatar for my3h
0
165
Member Avatar for polinolin

I have 3 picture on my home.php. i want to make the encrypt when the picture on the click. so the database content of encrypt of 3 picture's id. anyone can give me advice or example? i want to use md5 encrypt. thanks

Member Avatar for coolest_987
0
88
Member Avatar for subrata_ushasi

Hi, I installed wamp server and oracle 9i ,both are running . Oracle having user id,password and host string , using these how can I connect to retrieve data from Oracle ? thanks in advance , very urgent Subrata

Member Avatar for coolest_987
0
105
Member Avatar for coolest_987

Hi All I am building a website for online recharge of mobile but please let me know how to get the tariff plans of Airtel for example if user select Maharashtra Circle how we can show the tariff list of Maharashtra Airtel Circle. Any help will be appreciated Thanks in …

0
79
Member Avatar for coolest_987

Guys i have made a website . I want to promote my website can anyone suggest how can my website become successful any ideas will be welcome . Please provide me details of your any suggestions. Thanks in Advance

Member Avatar for adam70
0
281
Member Avatar for nigelsponge

Hi, I am using a $get function to get a variable from the URL as my page subtitle. It works fine except if the variable has an apostrophe in it. Then the title has a backslash in front of the apostrophe (probably to escape that apostrophe). Not sure how to …

Member Avatar for coolest_987
0
191
Member Avatar for zack654

Hi Whenever I have error in PHP script, it doesn't return errors, it only returns blank page. So, when everything is OK, script works perfectly, but when I have error, it's only blank page in browser. I use Debian 6.0.2 any help is appreciated :D

Member Avatar for coolest_987
0
234
Member Avatar for karyal

i am building a website and i hardly need to track ip addreess of visitors. please help! SOS

Member Avatar for coolest_987
-3
108
Member Avatar for Smudly

I'm planning to create a voting page, where users can vote on different ideas or suggestions. I think for my situation it will be best to use a Thumbs Up / Thumbs Down type voting system. Can anyone explain how these work? Do they use division, average, etc? Thanks

Member Avatar for coolest_987
0
273
Member Avatar for heshanm

Hi all, I have tried this for a very long time. But i could not found out the error. This should suppose to retrieve data when a user enters particular Account Number. But always an empty form displays...:-( [CODE] <?php $connect=mysql_connect('localhost','root',''); mysql_select_db('bank',$connect); if( isset($_POST['account_number']) && !empty($_POST['account_number']) ){ exit(); } ?> …

Member Avatar for rv1990
0
198
Member Avatar for Mona Ali

I have stared the work to insert the data in the database from php file. Database connection is established successfully but data is not inserted in the database. Some sort of error like "Error: Column count doesn't match value count at row 1" occurs. Our database name is request_license, table …

Member Avatar for coolest_987
0
3K
Member Avatar for hotice47

HI i am try to delete multiple data by using check-box in php i tried but is don't works not getting the ids from the check-box.. my code is [CODE] <tbody> <?php while ($row = mysql_fetch_array($res)) { ?> <tr class=" <?php echo $class = ($class == 'even') ? 'odd' : …

Member Avatar for coolest_987
0
148
Member Avatar for coolest_987
Member Avatar for coolest_987
0
1K
Member Avatar for coolest_987

Hi Everyone How to convert pdf file into HTML through php? Any help will be depreciated. Thanks in Advance :(

0
91
Member Avatar for coolest_987

How to read pdf file in a variable so that i can display that in php page ? Thanks in Advance :)

Member Avatar for chrishea
0
90
Member Avatar for coolest_987

Hi Everyone I am working on to read doc file in php but it return ������€������€������€������€�� ���Œ�� ���¸������ Please help me to read doc file line by line in php. Any Help will be appreciated. Thanks in Advance

Member Avatar for pritaeas
0
362
Member Avatar for coolest_987

<?php $word = new COM("word.application") or die ("Could not initialise MS Word object."); $word->Documents->Open(realpath("result1.doc")); // Extract content. $content = (string) $word->ActiveDocument->Content; echo $content; $word->ActiveDocument->Close(false); $word->Quit(); $word = null; unset($word); ?> Please Help

Member Avatar for coolest_987
0
351
Member Avatar for shelexelex

I have been trying to fix this code for my feedback form, but its not working i dont know what else to do now, Is there any settings i need to do? I am using an EasyPHP 2.0 [CODE] <?php // Contact subject $subject ="$subject"; // Details $message="$detail"; // Mail …

Member Avatar for shelexelex
0
86
Member Avatar for coolest_987

Hi Everyone How can i upload pdf file in php as i have noticed that tmp file of pdf file is not created . Thanks in Advance

Member Avatar for coolest_987
0
223
Member Avatar for coolest_987

Can any one tell me how to upload video files in php ? Thanks in advance

0
83
Member Avatar for coolest_987

I am making a project on j2ee but i am facing a little problem ie.[B][U]How can i play mp3 songs in jsp? [/U][/B]I ask this question to many person but no one was able to answer my question.Plz consult Discussion Community about this question. I am finding this question since …

Member Avatar for peter_budo
0
402
Member Avatar for coolest_987

Hi My php version is php4.4.0 and GD is not showing in phpinfo even i installed gd extension. Any Help will be deeply appreciated. Thanks in advance

Member Avatar for cwarn23
0
175
Member Avatar for coolest_987

Hii Guys Please Help I got following error when i use mysql ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

Member Avatar for Josh Connerty
0
91
Member Avatar for coolest_987

hii everybody can any one tell me how to read RSS of any page. Any HELP will be appreciated.

Member Avatar for farhan.foxtrot
0
97
Member Avatar for coolest_987

hii Everybody Please help me to solve below problem i have been doing this for three days. Warning: main(includes/languages/.php): failed to open stream: No such file or directory in C:\www\cool\includes\application_top.php Any help will be deeply appreciated.

Member Avatar for nimitz1061
0
110
Member Avatar for coolest_987

Hii Will anyone help me how to read website data in php. Please Help me i have been doing this for long time. Thanks for help

Member Avatar for diafol
0
122
Member Avatar for coolest_987

Can anyone please help that [B]How to scroll div in middle of window when window is scroll?[/B]

Member Avatar for coolest_987
0
101