8,963 Posted Topics
Re: > INSERT INTO `tbl_course_offred` (`0`, `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `user_id`) VALUES ('1', '2', '3', '4', '89', '5', '22', '106', '133', '11') The values between the first parenthesis should be the column names. Not sure where these are coming from, but those columns aren't in your table. ![]() | |
Re: @broj1: http://php.net/__sleep is for serialization, which I doubt he's using. | |
Re: There's only a 60 day trial for Microsoft Office. There's also [LibreOffice](http://www.libreoffice.org/). | |
Re: > Could I use my own personal PC as a server to achieve that? Yes. Possible, but not recommended IMO. > Are there any online servers I can purchase a small sliver of? Yes, any web host provides that, and there are even free ones to get you started. > … ![]() | |
Re: 404 means page not found, or a typo in your URL. If you want to know something else, please provide more information. | |
![]() | Re: Since months and days belong together, I suggest you use a nested array. Then in your template you can use a foreach on the months, and in the loop create the html table for the days. If that is not what you mean, let me know. $year = array ( … ![]() |
Re: Check the videolan forums, there are quite some issues with it. Check there what version you need to use. | |
Re: Should be no problem. Use mysql_connect() and mssql_connect(). Be sure each have their own variables, and that they don't mix. ![]() | |
Re: Am sure longevity for SSD's is increasing: http://www.theregister.co.uk/2012/12/03/macronix_thermal_annealing_extends_life_of_flash_memory/ | |
Re: It's a server problem. So I suggest you debug the webservice code. | |
Re: Yes. You can use curl to get the file, xmldocument to parse it and insert into mysql and then get statistics. | |
Re: Lately I've been preoccupied with Mercury HG on the XBox. | |
Re: It's a syntax error. You'll have to modify that file. | |
Re: > HappyGeek whats the meaning of the 1,4,7 on your middle finger or am I being naive Am guessing [this](http://www.catb.org/hacker-emblem/). | |
Re: Editable in what sense? | |
Re: `eval` is an existing function name. Rename your function. | |
Re: You can just display a div and/or a transparent image. I am not familiar with youtube so no idea how it looks there. | |
Re: If you want to be taken seriously, don't take those. Take [these](http://www.zend.com/services/certification/). | |
| |
Re: You'll need to chain those events. fadeOut has a callback function as parameter that gets called when the fadeout is complete. $("#logo").fadeOut("slow", function(){ $("#logo").fadeIn("slow") }); | |
Re: You can't. The hash works client-side and is not sent to the server. | |
| |
Re: I want everybody to leave me alone around christmas, so I can finally get to building my first win8 store app. | |
Re: IIRC Oracle has a web interface called APEX to do just that. | |
Re: Unfortunately, this is an [XE3](http://www.embarcadero.com/products/delphi) feature. Quote: *"With Delphi’s new Metropolis UI, you can easily create apps with the new Windows 8 UI styling, including, touch enablement, ..."* | |
Re: > But its not coming out the same way. What is different? |
The End.