Unable to Join properly Programming Databases by MLA I'm a noob and am struggling with what should be some fairly straightforward php and mysql coding. I have a page that I am building and am able to get the following code to work: [code=php]<?php include 'includes/config.php'; include 'includes/opendb.php'; ?> <div align="center"><h1> <?php $id=$_GET['… Green technology helps clean up oil industry Hardware and Software Networking by newsguy Since the BP-contracted Deepwater Horizon oil rig exploded in the Gulf of Mexico on April 20th, killing 11 workers and sending tens of thousands of barrels of oil into the sea every day, the oil industry has been subject to an understandable barrage of bad press. Finding a good news story amongst all of this environmental doom and gloom is, to be … Re: multiple assignments of variables Programming Software Development by biscayne This is the code that works: #This code is working as of 2012-11-26 at 430PM # sum some pricelist data of a csv file based upon record layout of # a second csv file # if artcode and rateband ok: 1 record # for x artcodes per pricelist line sum prices import csv import time arttable = 'art-table0.csv' … Samsung printer- Mac os9.2 Hardware and Software Hardware by Steven clarinet We need a fairly robust printer to work with 9.2 The spec pg, & reviews for samsung mono chrome laser ml 2150 says it runs on "mac classic" and osx. Samsungs many pgs of dept's doesnt readily give an email so i couldnt ask the following- Does the above printer respond to os9.2 or does it have to do a "virtual'9.2 thru osx (… Optimizing going rate... Digital Media Digital Marketing Search Engine Strategies by extofer Business question, What is the going rate for optimizing a small site, small local business, about 8 pgs. Should an SEO consultant charge by page, hour or site, and at what range ($$). Thanks... OEM PC -Windows XP Home (oem) does not complete installation-set up loops Hardware and Software Hardware by pintree3 [COLOR=#000000]Thanks to all who have taken time from their precious lives to read this.[/COLOR] [COLOR=#000000]1st the problem (briefly) will be listed, then how I may have gotten it and finally all the steps I’ve taken thus far. [Since this here below is long I have omitted all the googling I have done in trying to solve this problem.][/COLOR]… security toolbar 7.1 Hardware and Software Information Security by Nubby I'm having great difficulty removing a virus that creates a toolbar in my browser and creates false alerts that my computer is infected and must be cleaned. I've ran my McAfee Virus scan many times along with McAfee Quick Clean with no luck. While researching this site I've tried the smitfruadfix with much trouble since my pc freezes after clicking… multiple assignments of variables Programming Software Development by biscayne My code has a couple of "multiple assigments" and somehow I think there should be a nicer way to do this in Python. This is how it currently looks like: # sum price fields paf = paf + float(pa) pbf = pbf + float(pb) pcf = pcf + float(pc) pdf = pdf + float(pd)… Re: multiple assignments of variables Programming Software Development by biscayne Thanks, that's a lot better ! Now I'm preparing a comma separated file, I used to fill a line like this pline = ', '.join([indexfield, pas, pbs, pcs, pds, pes, pfs, pgs, phs]) How would I fill the lines using your lists solution ? can't adjust page margins in Word for Mac Hardware and Software Microsoft Windows by Mark_39 There is a lot of empty space above and below my text (55 pgs. with 115 footnotes). Even though top and bottom margins are set to 1 inch, there are over two inches of space above and below the text. When I go to Layout and adjust the Margins measurement, it will let me create more than the two inches, but not less. Please help... MJB Server / Core Dump error? Programming Databases by skullscript Hi Everyone Dont know if this is the right place to ask this but i Just wanted to consult anybody of you that might have an idea on what this core dump message means. Yesterday my website is down for almost 30 min and when i called the hosting provider support they told me that the reason of my page being down is one of my configuration / script is… How on a php pg can I add other pgs Programming Web Development by puddin PHP Pros PLEASE Explain To Me : I have a page profiles.php Now on the profiles.php page are several links and when the user clicks one of the links The address bar does not change - The user sees the selected page they clicked maybe they clicked add your photo or full in your profile etc... They are clicked through But! In the … Re: How on a php pg can I add other pgs Programming Web Development by goldeagle2005 The page you're talking about may be a frames page. If you click on a link in one frame and it change the contents of the other frame, the address will not change... Re: Dataset contents not displayed on Printpreview on second click Programming Software Development by Santanu Das Hi; I am sorry for late. I was too busy at my working place. Now I make a Print Preview Sample for you . The picture is attached. ![ccc428d7f707bf8fdc0d4fb9fe5094cc](/attachments/small/3/ccc428d7f707bf8fdc0d4fb9fe5094cc.PNG "align-left") Here I take two Radio Buttons for Orientation of the Page and a Print Preview Button on the Form. I… Re: Dataset contents not displayed on Printpreview on second click Programming Software Development by Santanu Das @gbhs Hello, in my previous post I said how could we use an array to print in PrintDocument Object. Now I am writing here how to generate a simple printable report from a database. I take here a data table, named "Stock" of 2000 records and making print preview. PrintDocument PrintPage event fired automaticaly when you assign `… Re: How to show 10 records per page? Programming Web Development by cjohnweb I would love to share with you a nice function I made just for this. But to impliment it you might need to give me some more info - basically just your database schema - table name and column names. The rest is all up to you! For your project you want to do something like this general idea of your database schema ip,date,country,city,region… Re: Page numbering in php script Programming Web Development by Shawn_2 I think this code is better :P I added ability to control how many pages in each direction to show... Just set the variable :) OH also it has a new auto showing -5/+5 button. You can manually change it to -10/+10 or whatever you want. Thanks for the code to 'hack' up lolz :) I was ripping my hair out trying to pagenate and this finally got it … Re: PHP Post Programming Web Development by diafol [CODE]if(file_exists("Categories/$dest/{$page}.php")){ echo file_get_contents("Categories/$dest/{$page}.php"); $flag = 1; }[/CODE] Like that? I'm a bit confused. Oh, maybe like this: [CODE]$dests = array("Game", "Test", "Another"); //add folders of your choice $pgs = array("page"… Re: PHP Post Programming Web Development by luisthedude I been looking at the code and I have determine that its indeed a PHP issue, the problem is the following if I have a page name page1 and another called game1 when one of them are called instead of just loading 1 it actually loads both when you click on the link wwww.test.com/page1 or wwww.test.com/game1 so when you click on the link both contents … Re: Problem in AJAX Dropdown-checkbox Programming Web Development by abhi10kumar Here is the code:: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">… Re: Page numbering in php script Programming Web Development by kthxdie Try this, I added auto showing -5/+5 page links (change to -10/+10 if like), and also there is a variable to show X number of pages on each side of the current page. Use like: ` echo pagenator($url); ` example of my URL passed in ` echo pagenator('account.php?mode=search&action=display'); ` then the pageinagor adds on the page number `&… Re: Mac freezes often and screen artifacts Hardware and Software macOS by Pulpeet [QUOTE=Ron316;1123925]I have the same problem. I was wondering if you found a cause or solution solution.[/QUOTE] I got rid of the freezes by updating as much 3rd party software as possible and by running the cleaning scripts of [url=http://www.titanium.free.fr/pgs/english/apps.html]Onyx[/url]. The screen artifacts are still there, every now and… Re: Unable to Join properly Programming Databases by mwasif It is better to post only the queries in question instead of posting the whole PHP code. Re: Unable to Join properly Programming Databases by MLA I don't appear to be able to edit because there is a reply. In any case I kind of found a way round my problem. First up I learnt that it is useful to have error syntax in the right places. The problem I had was with ambiguity so all I had to do make an initial fix was to define the table properly in the WHERE clause. However, this did not … Re: Samsung printer- Mac os9.2 Hardware and Software Hardware by kc0arf Hello, If it works in Mac Classic, it should work with 9.2. I believe the earliest version of "Classic" was 9.1 I am not positive there. If that Samsung printer has postscript available, you can use a variety of printer drivers to talk to it. Look here: [url]http://www.samsung.com/Support/productsupport/download/Model_Select… Re: Samsung printer- Mac os9.2 Hardware and Software Hardware by Steven clarinet [QUOTE=kc0arf]Hello, If it works in Mac Classic, it should work with 9.2. I believe the earliest version of "Classic" was 9.1 I am not positive there. If that Samsung printer has postscript available, you can use a variety of printer drivers to talk to it. Look here: [url]http://www.samsung.com/Support/productsupport/… Re: Optimizing going rate... Digital Media Digital Marketing Search Engine Strategies by Dani It really depends on what the SEO is going to do for the money. Since I'm not an SEO myself, and always do my own seo work, I'm not sure what the going rate is. However, a good SEO should take into consideration all of the following - Optimize page titles and meta tags Reword body content for appropriate keyword density Reorganize site navigation … Re: Optimizing going rate... Digital Media Digital Marketing Search Engine Strategies by ketan1 In India you can get a small site optimized for 100 - 200 USD Re: Optimizing going rate... Digital Media Digital Marketing Search Engine Strategies by pctec I think Im in the wrong bizz... :) Re: Optimizing going rate... Digital Media Digital Marketing Search Engine Strategies by canadafred [QUOTE=pctec]I think Im in the wrong bizz... :)[/QUOTE] In Canada, the salary for an SEO expert ranges from $25,000 a year to $100,000. Business minded SEO experts operating on their own can make about the same money as an average lawyer does. Are you still in the wrong business or do you want to keep up your specialized training in a …