Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Endorsements
Ranked #621
Member Avatar for tunde011

Hello, I am trying to create a program for telephone calls. i.e when a user calls a phone number, an operator picks up and ask the user for some input, the input is then validated and base on that do something else. where do i start, what programming language is …

Member Avatar for TrustyTony
0
136
Member Avatar for tunde011

Hello, I have a js script that produces a calendar and will like to move previous and next. When page loads it checks if month, year is already defined or else use the current month, year. and when the previous button is clicked calculate the previous month and change the …

Member Avatar for Airshow
0
307
Member Avatar for tunde011

Hello there. I have a website and I think it has been hacked this morning, using some sort of cross scripting. When I go on my site, reload a page or click a link, it opens a pop-up and shows ads. What to do? and how do i prevent this …

Member Avatar for Wraithmanilian
0
77
Member Avatar for tunde011

Hello all, I am hoping you point me in the right path here. How do I open a workbook when a value in the listbox is clicked? Thankyou

Member Avatar for AndreRet
0
206
Member Avatar for riddhimaseo

Hi all! I am new in SEO. i want to know if someone can suggest which is the best stretegy used in SEO to increase traffic & rank of any site??

Member Avatar for stokes1900
0
238
Member Avatar for tunde011

I have been reading php manual and i need to encrypt passwords for users on my site. The thing is i do [CODE] $password =md5($password)[/CODE] and store it in the database what about when they want to signin. they enter their password but it won't be the same as the …

Member Avatar for cwarn23
0
302
Member Avatar for tunde011

Hello People, I will like to know how to permanently turn my num lock on even when i press the key to turn it off. Reason; it does my head in! There are some programs I use and they turn it off which is very annoying. Is there a way …

Member Avatar for caperjack
0
113
Member Avatar for tunde011

Ok guys, I will like to know what programming language, javascript or flash to do these; Play a video and when a user clicks a part of the video they get marked. My guess here is flash but not sure how to go about it. Please any web links that …

Member Avatar for Elihu5991
0
133
Member Avatar for gondola
Member Avatar for tunde011
0
68
Member Avatar for tunde011

Thanks, but it is not what i was expecting. I I am getting close but i still have a problem let's say [CODE] $reminder ="300"; // 5 minutes * 60 seconds (to convert to seconds) $timefromreminder = date('h:i:s', strtotime("-$reminder seconds")); // this will give 5 minutes minus the current time …

Member Avatar for vibhaJ
0
123
Member Avatar for tunde011

I am working on a code which will send users reminders like 10 minutes,2 hours, a day, one week before their event is due. I will like to get the datetime after the reminder has been removed from the startdate [CODE] $startdate = "2010-07-10 01:00:00"; // date chosen by the …

Member Avatar for chrishea
0
754
Member Avatar for tunde011

ok i have got values from a for loop, and will like to insert them into a database. [CODE] $brush_price = 5; for ( $counter = 10; $counter <= 100; $counter += 10) { $values = $brush_price * $counter; } $query = mysql_query("insert into brushprice(brushprice) values($values)") or die(mysql_error()); [/CODE] But …

Member Avatar for rajarajan2017
0
64
Member Avatar for tunde011

I have seen some websites that you can "like" a sentence off a website. I have been on facebook developer's page and noticed the meta tags that you need to use but that is for a whole page. Is there a way I can do incorporate a like button to …

Member Avatar for shubhamjain1
0
69
Member Avatar for tunde011

[CODE]Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} ^myurl.com [NC] RewriteRule ^(.*)$ http://www.myurl.com/$1 [L,R=301] Header set X-UA-Compatible "IE=EmulateIE8" # PHP error handling for production servers # disable display of startup errors php_flag display_startup_errors off # disable display of all other errors php_flag display_errors off # disable html markup of errors php_flag html_errors …

Member Avatar for sourcez
0
480
Member Avatar for tunde011

i have got a div with width=600px, but when i put some text inside it, it exceeds the 600px size instead of breaking up and continuing on another line. i inherited this code and first though maybe it was the positioning declared in the stylesheet or because i dont have …

Member Avatar for soldierflup
0
73
Member Avatar for tunde011

i have a vanity url where my users type in [url]http://www.mysite.com/user[/url] but some users type in mysite.com/USER and it redirects them to error pages because "USER" is not the same as" user" in my database. What i want is a maybe a php or htaccess code to change whatever they …

Member Avatar for OS_dev
0
90
Member Avatar for tunde011

I will like to change a url from [CODE]http://www.mysite.com/doc1/doc2/index.php?name=username[/CODE] to [CODE]http://www.mysite.com/user[/CODE] I have tried using htaccess [CODE] Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} ^mysite.com [NC] RewriteRule ^(.*)$ http://www.mysite.com/$1 [L,R=301] RewriteRule ^/[_a-z0-9-]+(\.[_a-z0-9-]+)$/doc1/doc2/ index.php?name=$1 [/CODE] But i seem stuck. Any help will be appreciated. been on google for about 7 hours

0
82
Member Avatar for tunde011

[CODE] $user_tz =" 0.00"; // GMT London $user_offset = $user_tz * 3600; // Number of hours X number of minutes X number of seconds //This gets today's date $timestamp = time(); $local_timestamp = $timestamp + $user_offset; //This puts the day, month, and year in seperate variables $day = date('d', $local_timestamp) …

Member Avatar for Wraithmanilian
0
64
Member Avatar for tunde011

I want my website to remember people's email when they post on my website. [CODE] <form method="post" action="formposting.php"> <input type="text" name= "title" size="22"> <input type="text" name= "email" size="22"> <?php if(!$_COOKIE['cookname']) { echo "<input type=\"checkbox\" name=\"remember\" id=\"remember\" /> Remember me on this computer"; } else{ echo $email; echo "Forget Me{delete cookie//help …

Member Avatar for vaultdweller123
0
111
Member Avatar for tunde011

I have a table that accepts article and email from a user and another table that accepts the name and comments from another user. I want the first user(the person who post the article to recieve email that someone has commented on the article. I will appreciate it if you …

Member Avatar for diafol
0
77
Member Avatar for tunde011

posts on my site are usually like this [url]www.mysite.com/detail.php?topic=899[/url] the user post $name, $email, $comment there is an hidden field $hidden After success posting comment i want it to send an email to their email saying blah blah... In the email, i want to include the hidden field so i …

Member Avatar for tunde011
0
481
Member Avatar for tunde011

I have a post a comment code that validates input but submits on page refresh. so i added session unique id to the form validation. but it won't let me post on any of the detail.php pages after i have posted on one(detail.php is a dynamic page that gets the …

Member Avatar for tunde011
0
146
Member Avatar for tunde011

please open [url]http://www.sharewink.com/[/url] in mozilla and IE search for share Please what am i doing wrong?

Member Avatar for tunde011
0
79
Member Avatar for tunde011

[CODE]$filter = $HTTP_POST_VARS['att']; $result = mysql_query("SELECT * FROM postingbob WHERE category ='{$filter}' ")or die(mysql_error()); [/CODE] That's my php code which basically takes values from 'att' in my html form [CODE]<div class="vx_two" style="float:right"> <select id="two" title="Select a category" class="pinkselect" name="att"> <option value="Addictions">Sort By Category</option> <option value="Addictions">Default</option> <option value="Addictions">Addictions</option> <option value="Animals">Animals</option> <option …

Member Avatar for SKANK!!!!!
0
106
Member Avatar for tunde011

[code=php] <?php include 'config.php'; include 'opendb.php'; $result = mysql_query("SELECT * FROM 888db ORDER BY id") or die(mysql_error()); echo "<table border='0'>"; echo "<div id='bodyframe'>"; // keeps getting the next row until there are no more to get while($row = mysql_fetch_array( $result )) { // Print out the contents of each row …

Member Avatar for me655321
0
366