What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » How do you reset port 3306?

How do you reset port 3306?
Author: Message:
Quantum
Disabled Account
*****

Away.

Posts: 1055
Reputation: -17
30 / Male / Flag
Joined: Feb 2007
O.P. RE: How do you reset port 3306?
I do.

Also when i open a php file on my pc i get:

code:

$comments_number); //get video rating stars ---reusable ------------------------------------------------------------------------------- $stars_array = array(); $stars_array = stars_array($video_id); //-------------------------------------------------------------------------------------------------------------------- //merge comments array and video array $result2 = @array_merge($result1, $comments_array, $stars_array); $result_featured[] = $result2; } //getrandom video to play $sql = "SELECT * FROM videos WHERE approved='yes' AND public_private = 'public' ORDER BY RAND()"; $query = @mysql_query($sql); $result = @mysql_fetch_array($query); $video_play = $result['video_id'].'.flv'; $video_thumb = $result['video_id'].'.jpg'; //show any errors/notifications if ($codes == "") {//only if page is not trying to load refer error. $codes = $codes_internal; } $error_code = errorcodes($codes); if (!empty($error_code)) { $blk_code = $error_code['error_display']; $code_type = $error_code['error_type']; $code_message = $error_code['error_message']; } //what to display when user logged in if ($loggedin ==1){ $blk_id = 0;//html table - error block $template = "templates/main_1.htm"; $inner_template1 = "templates/inner_index_2.htm";//middle of page $TBS = new clsTinyButStrong; $TBS->NoErr = true;// no more error message displayed. $TBS->LoadTemplate("$template"); $TBS->MergeBlock('mp', $recent); $TBS->MergeBlock('blkfeatured', $result_featured); $TBS->Render = TBS_OUTPUT; $TBS->Show(); @mysql_close(); die(); } $blk_id = 0;//html table - error block $template = "templates/main_1.htm"; $inner_template1 = "templates/inner_index.htm";//middle of page $TBS = new clsTinyButStrong; $TBS->NoErr = true;// no more error message displayed. $TBS->LoadTemplate("$template"); $TBS->MergeBlock('mp', $recent); $TBS->MergeBlock('blkfeatured', $result_featured); $TBS->Render = TBS_OUTPUT; $TBS->Show(); @mysql_close(); die(); ?



Whats wrong with php?
No longer here.
11-11-2007 01:58 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
How do you reset port 3306? - by Quantum on 11-11-2007 at 11:27 AM
RE: How do you reset port 3306? - by ShawnZ on 11-11-2007 at 11:48 AM
RE: How do you reset port 3306? - by Quantum on 11-11-2007 at 11:49 AM
RE: How do you reset port 3306? - by ShawnZ on 11-11-2007 at 11:50 AM
RE: How do you reset port 3306? - by Quantum on 11-11-2007 at 12:07 PM
RE: How do you reset port 3306? - by Underlord on 11-11-2007 at 12:17 PM
RE: RE: How do you reset port 3306? - by Snake on 11-11-2007 at 05:36 PM
RE: How do you reset port 3306? - by Quantum on 11-11-2007 at 12:39 PM
RE: How do you reset port 3306? - by Underlord on 11-11-2007 at 12:42 PM
RE: How do you reset port 3306? - by Quantum on 11-11-2007 at 12:58 PM
RE: How do you reset port 3306? - by -dt- on 11-11-2007 at 01:53 PM
RE: How do you reset port 3306? - by Quantum on 11-11-2007 at 01:58 PM
RE: How do you reset port 3306? - by RoySmeding on 11-11-2007 at 02:23 PM
RE: How do you reset port 3306? - by Quantum on 11-11-2007 at 03:14 PM
RE: RE: How do you reset port 3306? - by rav0 on 11-13-2007 at 01:04 AM
RE: How do you reset port 3306? - by RoySmeding on 11-11-2007 at 03:23 PM
RE: How do you reset port 3306? - by Quantum on 11-11-2007 at 03:26 PM
RE: How do you reset port 3306? - by Quantum on 11-11-2007 at 09:44 PM
RE: How do you reset port 3306? - by Jhrono on 11-11-2007 at 11:56 PM
RE: How do you reset port 3306? - by YottabyteWizard on 11-13-2007 at 04:51 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On