- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
College student
- Interests
- Snowboarding, Wakeboarding, Rip Stik'n, and Computers
- PC Specs
- Windows, Linux, and Mac OSX
21 Posted Topics
Re: create a short test this will tell you errors atleast, unless it is infact your php not installed. [CODE]//connect to server $link = mysqli_connect('localhost', 'user', 'pass'); if (!$link) { $error = 'Unable to connect to the database server.'; include 'error.html.php'; exit(); } //set database encoding if (!mysqli_set_charset($link, 'utf8')) { $output … | |
Re: Sn0wbreez supports: unteathered iOS 4.3.3 (iPhone 4, 3GS, iPad, iPod touch) and iOS 4.2.8 iPhone 4 GreenPoisen or [url]http://www.jailbreakme.com[/url] If you want to get a little bit more tricky like making themes you will have to learn some basic coding. There is a new app that is not included with … | |
Re: I have a mac book pro and haven't had a problem with virus's. I will say I download some rather sketchy stuff. I used to have ianti-virus, but for the sake of performance disabled it. I only enable it whenever I want to run a scan. Any computer can get … | |
Re: I tried your suggested scrip, but improved a bit. I don't know why I'm getting some errors in the beginning, but the tweets load. [CODE]<?php $count = 5; @$tweet=json_decode(file_get_contents("http://api.twitter.com/1/statuses/user_timeline/atrueresistance.json?count=".$count."" )); for ($i; $i <= $count; $i++){ echo $tweet[($i-1)]->text; echo "<br />"; } ?>[/CODE] Here is an image of the errors … | |
Re: I recently was in your footsteps about two weeks ago. Check to make sure your application pool is running, the webpage in iis is not running on the same port as another application. If your application pool refuses to start, I had this problem when adjusting it to run on … | |
Re: I'm assuming you are going to do this database wise. Enter a "--Select One--" in the database and assign the default value to show up as that. [CODE]<asp:DropDownList ID="StakedBy" Style="width: 205px;" runat="server" AutoPostBack="True" DataSourceID="SqlDataSourceStaker" DataTextField="SName" DataValueField="ID"> </asp:DropDownList> <asp:SqlDataSource ID="SqlDataSourceStaker" runat="server" ConnectionString="<%$ ConnectionStrings:ConnectionString %>" SelectCommand="SELECT [ID], [FName] + ' ' + … | |
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 … | |
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 … | |
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, … | |
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 … | |
Re: I would go with the Mac Mini. The mini should come with snowleopard and ilife. As far as installing the new software on an older purchase I don't know. Just have to try, If not you can always buy the upgrade | |
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, … | |
| |
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) … | |
Re: I use Squirrel 2, They have an iphone/itouch app that will sync wirelessly with the application when its running. Right now the license is cheap to because it is still in development. version .82 I believe. Its only $25 with a free 15day trial, you should try it out to … | |
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 … | |
Re: I also have the same issue of creating a calendar. I do know a little bit of php, mysql, msql, but non of javascript. Does anybody have an example of some code snipplets I could study? Also, wouldn't there be a way to use events off of an exchange server … | |
Re: Online is about your only option then. There are some places where it isn't an Apple store, but Apple dealers. The nearest Apple store is 6 hours for me, but only 45 minutes to the nearest dealer. | |
Re: :-( but but... Its now legal. I love Apple, but not enough I guess. I'll stick with the plain old 4.0 | |
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 … |
The End.