Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+6
Strength to Decrease Rep
-1
77% Quality Score
Upvotes Received
9
Posts with Upvotes
9
Upvoting Members
8
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
3
8 Commented Posts
~51.9K People Reached
About Me

Ex Navy. Started in data processing in the early 1980's. been with it ever since.

Interests
Family, books.
PC Specs
Down to just a few now. (opps) 12 Raspberry Pi's, 2 desktops.
Favorite Tags
Member Avatar for joshl_1995

My daughter had the same problem with her laptop. Windows 8.1 was installed and the whole thing was very, very slow. CPU running at 98% with nothing loaded. The cause was McAfee antivirus. When I (finally) got rid of that the laptop ran like a young gazell. Upgraded to Windows …

Member Avatar for Reverend Jim
0
1K
Member Avatar for jayfaj

And if you continue with this level of [B]self[/B]motivation you aren't going to finish the year. If you ask a specific question the people here will gladly reply. And you will get the benefit of years of experience. If you ask for your college work to be done for you …

Member Avatar for Nimric
0
960
Member Avatar for niranjanjee

Wow, the Country list begins with ths USA and Canada, the rest of us have to be in alphabetical order. Who'd thunk it?

Member Avatar for pclfw
0
12K
Member Avatar for Lethugs

Perhaps it would be easier to split this select into a number of smaller SELECTs each satisfying a seperate case (received, etc.) Then use the UNION operator to join the whole mess together. Also, split the lines up. Seperate the code so that you can actually read each join and …

Member Avatar for Lethugs
0
327
Member Avatar for yaragalla_mural

Just use `SELECT * FROM Hospitals WHERE city_id = $input ` This will return all of thew rows where the CITY_ID is the same as the input value.

Member Avatar for pclfw
0
148
Member Avatar for knives67
Member Avatar for naeem.u.qureshi
Member Avatar for jorwill.harion

You really should go to www.php.net and look at the function definitions. The PHP site is one of the best available for learning the language. Even on a cursary look at you code there a major structural problems.

Member Avatar for janissantony
0
270
Member Avatar for jorwill.harion

SELECT * FROM property, personal, spouse WHERE property.id=personal.id AND property.id=spouse.id

Member Avatar for jorwill.harion
0
315
Member Avatar for soomro_moon

Have a look at https://developer.mozilla.org/en-US/docs/Web/HTML/Element/option

Member Avatar for pclfw
0
242
Member Avatar for Sandiptharu
Member Avatar for rje7

I am not an Oricle DBA, but in MS SQL the WHERE clause needs to be very specific before it actually fetches directly via the index. I see no reason to expect that Oricle is any different.

Member Avatar for pclfw
0
170
Member Avatar for rchawdhari
Member Avatar for pclfw
0
198
Member Avatar for sara salama
Member Avatar for pclfw
0
183
Member Avatar for morfious90

Ever thought about using the DB itself? Set the username and emailaddress as a concatonated unique index and try the insert. If you have a duplicate the insert will fail. This is a much faster way of ensuring uniqueness.

Member Avatar for pclfw
0
415
Member Avatar for tarunap
Member Avatar for phpNewbie

Well now my go. I have done something very very similar. No you cannot have the code. It is MUCH MORE FUN it you work it out for your self. For a start something that the previous posters forgot, what happens if more than one matching row is found (i.e. …

Member Avatar for tqmd1
0
13K
Member Avatar for aodpreacher

it2051229 You forgot "EXPENSIVE" "That means you're going to read EXPENSIVE thick books." And lots and lots of them. And you'll need to buy them for your self because of all of the notes you'll write in the margins.

Member Avatar for bjelline
0
295
Member Avatar for michael123

Don't forget that using 'REQUIRE' will ensure that the file is included as the parser looks for 'REQUIRE's prior to parseing the file. Thus 'REQUIRE'd files are allways included. However the 'INCLUDE' may be avoided via programming. i.e. $language = 'english'; if $language = "french" { include_once '.\french_file.php'; } else …

Member Avatar for GuggiTanvi
-2
507
Member Avatar for dunc_k

Also consider MS Access. You can split off the data tables & views from the GUI and have local (LAN) access into the data. MS SQL Server Express will drive a DB upto 1GB in size. It won't be fast, but it will be cheap.

Member Avatar for Database Shardi
0
155
Member Avatar for chandimak

Write a function that takes a date value, (use whatever input format that you want) as input and gives your YYYYMM as output. Output the data in YYYYMM format. Not only will it be search-able, it was also be sortable. Use that function where ever you need to convert a …

Member Avatar for pclfw
0
127
Member Avatar for pclfw

I was asked a question a few days ago that I cannot easily answer. "Why don't we put all of our small application databases into a single database?" Well, There's nothing really stopping us. All of our small apps were developed in house so we don't have any problems with …

Member Avatar for Netcode
0
152
Member Avatar for prem2

[QUOTE=;][/QUOTE] It isn't possible for the client side javascript to access another domain. <<<<SOLUTION DELETED BY AUTHOR>>>> However this really doesn't sound like something that I would like to happen to any of my data. Sounds a lot like cross site scripting to me.

Member Avatar for Airshow
0
189
Member Avatar for newbie14
Member Avatar for newbie14
0
122
Member Avatar for ben.matthews18

[QUOTE=;][/QUOTE] Change line 29 so that this button doesn't submit the page. Use the ONCLICK method to call the required javascript to send the data and display a message to the user. The form can then be reset or another page loaded from within the same script.

Member Avatar for Sogo7
0
214
Member Avatar for abhi10kumar

[QUOTE=;][/QUOTE] If the query runs correctly within MySQL but not within PHP then I would suggest that the problem lies within your PHP code. Which you haven't given us.

Member Avatar for karthik_ppts
0
96
Member Avatar for kz13

[QUOTE=;][/QUOTE] Your function loadXMLDoc() needs to validate its inputs BEFORE trying to create and call the XML request.

Member Avatar for pclfw
0
225
Member Avatar for ediddy02

I have never used the WAMP server. But I have installed Apache 2.2, MySQL & PHP onto an XP machine and a LINUX (debian) box. The Linux machine was a whole load easier to install. :) Let me know if you want a quick rundown of the steps to take, …

Member Avatar for chrishea
0
631
Member Avatar for tyger

Views work VERY well in MS SQL and can do some very detailed and complex discrimination and manipulation. Have a good look at Books-On-Line and play with them for a while.

Member Avatar for dioioib
0
405
Member Avatar for icarium

XML has a huge overhead in the textual naming of the entities. Also it is not meant to be humad readable, it is a transport medium. Store the data in a database, the DB overheads will be trivial compared to XML and the disk use will be much less.

Member Avatar for mstrans
0
405