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

College student

Interests
Snowboarding, Wakeboarding, Rip Stik'n, and Computers
PC Specs
Windows, Linux, and Mac OSX
Member Avatar for Richtofen345

Hi, I am trying to connect to mysql from php Below is the sample code i used. [COLOR="Green"]<?php <?php $username = "root"; $password = "pwd"; $hostname = "localhost"; $dbh = mysql_connect($hostname, $username, $password) or die("Unable to connect to MySQL"); print "Connected to MySQL<br>"; mysql_close($dbh); ?>[/COLOR] The problem here is I …

Member Avatar for Deepika_6
0
2K
Member Avatar for ret801

do you need software to jailbreak an iphone is it that simple? is there no coding? .

Member Avatar for kasi123
0
210
Member Avatar for sillyboy

I usually listen to music while I'm browsing here, what are you listening to right now? EL-P - Fantastic Damage

Member Avatar for Helianthus
0
5K
Member Avatar for Aneesha

i got a new macbook and what i know it does not get viruses.. but few days ago a friend told me yes nowadays mac as well get virus.. is this possible?? if yes then how to protect it from virus, is there any anti virus for mac?? am quite …

Member Avatar for jsepeta
0
895
Member Avatar for sfrederick1

Hey guys, I was trying to implement a twitter feed script into my website to display my most recent tweet, and it works fine, but the links are broken. Go to [URL="http://sfrederick.com"]http://sfrederick.com[/URL] to see what I mean. Here is the script: [CODE] <? $username = "sfrederick1"; $prefix = "Latest Tweet: …

Member Avatar for atrueresistance
1
225
Member Avatar for mwenyenia07

I created an application on asp.net using visual studio 2008 and i wanted it to run on IIS(Internet information server). but when you run it in the browser, it brings this error XML Parsing Error: not well-formed Location: [url]http://localhost/Default.aspx[/url] Line Number 1, Column 2:<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="WebApplication1._Default" %> …

Member Avatar for Netcode
0
202
Member Avatar for katieJane

Hi all I am a little confused with an issue regarding a combo box being displayed on my asp.net webpage. All I want to do it have a blank default value at the top of a list which is bound with a database, which also prevents the user from selecting …

Member Avatar for katieJane
0
179
Member Avatar for atrueresistance

Hello all, I am trying to transfer some variables to another page for editing. I am having troubles with the checkboxes. [CODE]GridView1.Rows(e.NewEditIndex).Cells(12).Text & "~\/~" & _[/CODE] is a checkbox and when passed and split it comes up as a empty string. I know there has to be a way to …

0
106
Member Avatar for atrueresistance

Hello All I'm converting an access database to MS SQL for a webapp and have a question if anyone knows how to do this. 4 fields [TimeReported] [TimeOff] [TimeOn] [TimeAssigned] Access only stored time, so date is incorrect. 1 Field stored date separately [Date] I would like to take each …

Member Avatar for atrueresistance
0
129
Member Avatar for atrueresistance

So, I'm using ASP with a VB code behind. I have text boxes that are supposed to appear one by one only if the there is a location number in the preceding text box. I had that function working perfectly, but I needed to add a MaskedEditExtender in the place, …

0
211
Member Avatar for atrueresistance

Alright, I'm having a problem with a scheduled task not running. At first it wouldn't run the vbs, so I created a bat to run it and then it would work, but only when the user is logged in. I went into the local security policy and made sure my …

Member Avatar for atrueresistance
0
267
Member Avatar for CMSHelper

Hi My brother is thinking of getting new software for his old MacBook or a Mac mini. He is running Tiger and iLife '07. He wants to upgrade to Leopard and '09 but He want to upgrade free. Can anyone know how its get free and upgrade. Thanks

Member Avatar for royng
0
387
Member Avatar for atrueresistance

I was wondering if anybody would be able to help me insert a confirm delete popup window that closes after submit. here is what i have so far [B]index.php[/B] [CODE]} //delete tool button actions if (isset($_GET['deletetool'])) { $id = mysqli_real_escape_string($link, $_POST['id']); $sql = "DELETE FROM tools WHERE id='$id'"; if (!mysqli_query($link, …

Member Avatar for Samuz
0
8K
Member Avatar for Glass_Joe

It was only a matter of time before Hollywood's depiction of "the future" started to grow strikingly similar to something one would find in Best Buy's Sunday flyer. The Philips Fluid Smartphone was unveiled earlier today (August 18th), the first device since Doc Brown used banana peels and Miller beer …

Member Avatar for Glass_Joe
1
526
Member Avatar for atrueresistance

I'm trying to connect and can. The code fails at the select database. I have created the Tools database already. The table is an exact clone of the mysql counterpart that is currently working. Any Suggestions? [CODE]<?php $dbuser="yukon"; $dbpass="yukon"; $dbname="Tools"; //the name of the database $chandle = odbc_connect("sqlserver", $dbuser, $dbpass) …

Member Avatar for atrueresistance
0
139
Member Avatar for wsalcedo

I'm new to Mac and I want to replace my Quicken for Windows. I have read reviews on iBank but all I found were reviews over a year old and there were supposed to updates. Are there new reviews on iBank or any software updates? I don't see where responses …

Member Avatar for atrueresistance
0
324
Member Avatar for atrueresistance

I was wondering if anybody knew anything about outlook 2007. I am trying to allow others to edit my calendar. I've set up iss on a windows server 2003 machine, and can successfully publish to it, and have others see the calendar. I've tried delegate access, but for some reason …

0
65
Member Avatar for Fasola

I am creating a website for my company's helpdesk and need an Event Calendar for conference room reservations. User need to be able to check the availability of conference rooms and enter a reservation on the calendar. Please help

Member Avatar for atrueresistance
0
145
Member Avatar for iphone11

Hello friends, I want to buy macbook but in my city the store of apple is not available. please suggest me how to buy macbook?

Member Avatar for atrueresistance
0
133
Member Avatar for PCBrown

[ATTACH=RIGHT]16606[/ATTACH]Apple released their latest firmware update for both the iPhone and iPad today, versions 4.0.2 and 3.2.2 respectively. Unfortunately for those who haven't jailbroken their device yet, this will prevent you from using the PDF based JailbreakMe tool in the future. In a similiar fashion, it will remove the jailbreak …

Member Avatar for Radovich
0
195
Member Avatar for atrueresistance

Now, knowing I'm fairly new on this whole PHP, MySQL, and HTML project. I'm working as an intern and my boss has run out of things for me to do so I'm creating a data driven website for him. I'm having a hard time with getting to work right. Here …

0
75