- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
What I can do:phpmysqlsqljavajavascriptCSSCC#VB.nethtmlWhat i am ok-ish in:c#VB.netPHPMYSQLCSS
- PC Specs
- DELL Poweredge 1850:4GB DDR2 (Expandable to 32GB)Two Scsi bays with 146GB ATA IDE HDDSTwo Dual Core…
34 Posted Topics
Hi everyone, For a social system I am working on, I am in desperate need of being pointed in the right direction for how to create a live ajax feed which calls data from a database. Urgently needed, any help much appreciated! Cheers! Jack(Scaasiboi) | |
Re: I created mine when i was 9. It was called coolsurf... cos I was cool and i was surfing xD lol Literally was just a general website with things I liked etc. More a blog without the blogposts. Had a forum and things. It was built on what is now … ![]() | |
| |
I am having the most horrendous time searching for this. I swear I have trawled the web 10 times over. All I need is to get the URL of the link that has been clicked on, and open it in a new form window that is maximised with a web … | |
Ok here is the required feature: To send data gathered from a database inside a UserControl to the main form which houses the UserControl. Hierarchy at present: Mainform --FlowLayoutPanel ----UserControl The UserControls are generated on the fly by a client list in a database. This all works fine. When you … | |
Re: I think the only real way for you to do this would be to run two queries and create a variable for the field from the other table. That is probably your simplest way, if I have understood you correctly. So like where you have your query text, just have … | |
Re: Mine is simply my surname reversed with boi appended :) | |
Hi everyone, Let me first explain the idea: I have a JSON document which has the following structure: { "timeline": { "headline":"Example Content", "type":"default", "text":"Example Content", "startDate":"2013,1,1", "endDate":"2013,1,28", "date": [ { "startDate":"2013,1,10", "headline":"Example Content", "text":"Example Content", "asset": { "media":"Example Content", "credit":"", "caption":"" } }, { "startDate":"2013,1,14", "headline":"Example Content", "text":"Example Content", … | |
I find that if something takes longer than a few hours to do, my patience runs thin, so then my temper starts to flare ;) So, how long does it take others to Begin the classic desk thumping, space slamming, vocal announcing that you are now highly annoyed ;) | |
Does anyone see an issue with the following IF statement... I sure can't yet it doesn't work! VARIABLES: $CHECK = A returned value from the database either "y" or "n", the value is returned successfully so I know that is not the issue here. There is no error message returned, … | |
Hi Guys, Another puzzle for someone to try and crack... I have two divs inside the <body> that basically act as two versions of the same page. I need PHP to call one based on a variable retrieved from a database. As it stands, this is what I have... [CODE] … | |
Hi everyone, Having a little difficulty getting anything from this. The code appears to me to be correct, then again I have been looking at it for hours, so it is possible there could be a mistake...... :/ Anyway, the code seems sound, should let me login and instead gets … | |
Re: You should have posted this in the "Web Development > Web Design > HTML/CSS" Forum. Also Mark as Solved. | |
Re: Not sure about this, very hard to read the code without syntax. However, it appears that "Mouse" has not been declared anywhere, yet it is being used within functions. You need to 1) use correct syntax when placing code on here (Just use [ CODE ] and [ /CODE ] … | |
I am having trouble returning things from this function. Below is the function. [CODE] function switchframeAQUA(v) { if (v == "0") { document.getElementById("picframe").src = "/frames/cod-liver-oil_pic.html"; document.getElementById("blurbframe").src = "/frames/cod-liver-oil_blurb.html"; } else if (v == "1") { document.getElementById("picframe").src = "/frames/fish-oil_pic.html"; document.getElementById("blurbframe").src = "/frames/fish-oil_blurb.html"; } else if (v == "2") { } else … | |
Re: The title of this post didn't need to contain "On Macbook Pro" Javascript is handled by Java and the client internet browser, therefore the OS makes no difference to how Javascript runs, it merely hosts it. Saying that, you should make sure you do not have Javascript disabled within your … | |
Hi everyone, Having difficulty comparing two strings (Inside variables) in php. I have tried several methods, one being strcmp but I think I was doing that incorrectly, and now the simple [B]===[/B] / [B]==[/B] comparison methods. Here is the code: [CODE] <?php if ($pubinfo_username === $currentuser) { echo "<img alt=\"Remove … ![]() | |
Hi everyone, Got two mind-puzzling questions for you tha I have been pondering over for the best part of a day now. Q1: Is it possible to have a PHP variable in the name of a function, as in [CODE] Function $variable () { function code here } [/CODE] or … ![]() | |
Hi guys, having a bit of trouble with the following piece of code, [CODE] <?php if (strcmp($pubinfo_username, $_SESSION['username'] ) == 0) { echo "<img alt=\"Remove this post\" height=\"20\" src=\"../images/btns/x.png\" width=\"25\">"; } ?> [/CODE] What I need this code to do is compare the string from the variable $pubinfo_username and compare … | |
Re: Actually Diamonddrake, Cosmos allows for many different areas of development. If you take a look on Youtube you can see some GUI's that people have managed to create that runs on a cosmos based kernel. I myself have just begun development of a business OS for my business and at … | |
Re: I would go with saying it's likely an error on your behalf, don't worry we all make them from time to time! Open up your database table, check all the names, names ARE case sensitive so also make sure you have the right casing for the name of the column. … | |
Ahhhh! OK, so I've been learning PHP for about 7 years now on and off, but never have I taken the time to look into URL rewriting. Until now I've not needed it, but you can guarantee the one thing you think you wont need, you need! I have the … | |
Re: I second would like to know further on this, can anyone forward to any tutorials (or give examples) on making PHP based profile type pages for individual users? Cheers. Jack (Scaasiboi) | |
I've seen over the last few days many people on the internet and various forums asking for how this is done. Now there is plenty of posts out there that explain how to do this. However I have yet to find one that explains how you work it into a … | |
PHPMYSQL - How do you perform a double SELECT query or check against multiple fields? Does anyone know how this can be achieved? What i want is from a search page that has multiple search areas such as name / description / functions and be able to type multiple search … | |
Re: in answer to your question, i would hesitate to answer based on the fact that you haven't said what your creating. You cannot possible create an entire website from source code? Even if it is possible it take maybe many hundreds of lines of code to do. If you are … | |
Re: Yeah try cereals approach. Worked for me, another way is tizag.com :) | |
Re: Another way would be to store all your variables in one file then use PHP_INCLUDE or PHP_REQUIRE. Carefully choose which one you want, PHP_REQUIRE will need it before the page will work, PHP_INCLUDE will show an error as well as the rest of the page. I use these a lot … | |
Re: I actually don't think this is possible without first understanding how 1) PHP MOD REWRITE works and 2) how MYSQL works. Without those two you won't be able achieve much. Furthermore a script line execution will not have the required permissions to create a subdomain. I think you have been … | |
Hi guys, me again. Having an issue with a multiple select form object that is generated through PHP and retrieves and displays MYSQL values. it displays and retrieves correctly and PHP produces is correctly, however, the form submission to post the values to MYSQL do not, instead it posts the … | |
I am needing a dropdown menu to pull data from table on a mysql database and then with the selected item, send it to a new table along with the rest of the data from the form. I have got the dropdown pulling data from the database with the following … | |
I seem to be having difficulties when using the following query: [CODE]$query = mysql_query("SELECT * FROM `products` WHERE `name` RLIKE '%$s1%' OR `name` RLIKE '%$s2%' OR `name` RLIKE '%$s3%' OR `name` RLIKE '%$s4%' OR `description` RLIKE '%$s1%' OR `description` RLIKE '%$s2%' OR `description` RLIKE '%$s3%' OR `description` RLIKE '%$s4%' OR … | |
Re: Start with [url]www.w3schools.com/php/[/url] then come back here :D | |
Hey everyone, new guy here, having an issue with a section of code... decided one day to just stop working, nothing was changed. the code is [code] $query = mysql_query("SELECT * FROM products"); while ($row = mysql_fetch_array($query)){ $productname = $row['name']; $productinci = $row['inci']; $productdescription = $row['description']; $functions = $row['functions']; $pid … |
The End.