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

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…
Favorite Tags

34 Posted Topics

Member Avatar for jakizak

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)

Member Avatar for dean8710
0
2K
Member Avatar for yeshamarques

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 …

Member Avatar for diafol
0
512
Member Avatar for mangopearapples
Member Avatar for jakizak

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 …

Member Avatar for cgeier
0
170
Member Avatar for jakizak

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 …

Member Avatar for jakizak
0
1K
Member Avatar for rjusman90

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 …

Member Avatar for rjusman90
0
320
Member Avatar for mrnutty
Member Avatar for jakizak

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", …

Member Avatar for AleMonteiro
1
162
Member Avatar for jakizak

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 ;)

Member Avatar for Ancient Dragon
0
221
Member Avatar for jakizak

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, …

Member Avatar for almostbob
0
178
Member Avatar for jakizak

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] …

Member Avatar for Stefano Mtangoo
0
244
Member Avatar for jakizak

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 …

Member Avatar for jakizak
0
188
Member Avatar for Joe Shmoe

You should have posted this in the "Web Development > Web Design > HTML/CSS" Forum. Also Mark as Solved.

Member Avatar for jakizak
0
202
Member Avatar for GeoffC

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 ] …

Member Avatar for AffineMesh
0
190
Member Avatar for jakizak

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 …

Member Avatar for Airshow
0
120
Member Avatar for dhani09

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 …

Member Avatar for jakizak
0
181
Member Avatar for jakizak

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 …

Member Avatar for diafol
0
175
Member Avatar for jakizak

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 …

Member Avatar for diafol
0
115
Member Avatar for jakizak

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 …

Member Avatar for faroukmuhammad
0
110
Member Avatar for seby_o

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 …

Member Avatar for ionutica
0
131
Member Avatar for prajesh2

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. …

Member Avatar for Stefano Mtangoo
0
240
Member Avatar for jakizak

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 …

Member Avatar for blocblue
0
356
Member Avatar for wali mohammad

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)

Member Avatar for jakizak
-3
192
Member Avatar for jakizak

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 …

Member Avatar for jakizak
0
160
Member Avatar for jakizak

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 …

Member Avatar for raju_boini525
0
682
Member Avatar for fuston05

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 …

Member Avatar for chrishea
1
254
Member Avatar for gazzy1
Member Avatar for terabyte
0
111
Member Avatar for gunderjj

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 …

Member Avatar for gunderjj
0
172
Member Avatar for dee987

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 …

Member Avatar for jakizak
0
34
Member Avatar for jakizak

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 …

Member Avatar for jakizak
0
201
Member Avatar for jakizak

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 …

Member Avatar for chrishea
0
98
Member Avatar for jakizak

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 …

Member Avatar for n1csaf3
0
88
Member Avatar for Naveed_786

Start with [url]www.w3schools.com/php/[/url] then come back here :D

Member Avatar for chrishea
0
111
Member Avatar for jakizak

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 …

Member Avatar for jakizak
0
240

The End.