Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 297 results for
auctions
- Page 1
Using Pay Per Click to enhance performance on eBay Auctions
Digital Media
Digital Marketing
Search Engine Strategies
20 Years Ago
by jewboy
… by making Adwords and Overture advertisements link to my eBay
auctions
. But when doing so, be clear with your ad copy…
Godaddy Auctions Question
Community Center
13 Years Ago
by SEO Lady
… the first time I bought a domain name in godaddy
auctions
. I know some domains in there have the ability to…
Re: Using Pay Per Click to enhance performance on eBay Auctions
Digital Media
Digital Marketing
Search Engine Strategies
20 Years Ago
by cmills83
Good idea, I think I will try it out.
Re: Using Pay Per Click to enhance performance on eBay Auctions
Digital Media
Digital Marketing
Search Engine Strategies
20 Years Ago
by ElementalDistor
:mrgreen: purely genius... as long as the search terms get accepted fast enough. I'm sure theres a way to monkey with it and time everything right though. props to you for this one!
Re: Using Pay Per Click to enhance performance on eBay Auctions
Digital Media
Digital Marketing
Search Engine Strategies
20 Years Ago
by cmills83
I am trying it out right now, but the keywords overlap with a regular campain I am running, will they run concurrently?
Re: Using Pay Per Click to enhance performance on eBay Auctions
Digital Media
Digital Marketing
Search Engine Strategies
20 Years Ago
by cmills83
Yeah that worked a little too well, I had to pause it. Don't really want to spend $11/day to have it up.
Re: Using Pay Per Click to enhance performance on eBay Auctions
Digital Media
Digital Marketing
Search Engine Strategies
20 Years Ago
by ElementalDistor
[QUOTE=cmills83]Yeah that worked a little too well, I had to pause it. Don't really want to spend $11/day to have it up.[/QUOTE] yeah, you definately have to have your budget ON. :) and be careful that you dont have a click bid that's over your budget. My account once ran over quite a bit, but I called and they didn't give me any trouble about…
Re: Godaddy Auctions Question
Community Center
13 Years Ago
by chrishea
OK, it's been more than an hour. What happened?
Re: Godaddy Auctions Question
Community Center
13 Years Ago
by SEO Lady
A friend of mine told me that it could take about a week or so ... :|
Php checkbox array-send info to another page
Programming
Web Development
14 Years Ago
by GameCherry
…// Auction $query = "DELETE FROM " . $DBPrefix . "
auctions
WHERE id = " . $v; $system->check_mysql(mysql_query($query), $query…removed++; } $query = "UPDATE " . $DBPrefix . "counters SET
auctions
= (
auctions
- " . $removed . ")"; $system->check_mysql(mysql_query($query), $…
Please, what is going wrong with this code?!?
Programming
Web Development
13 Years Ago
by BlueCharge
…itemID='+itemID); <?php $selectTimers = mysql_query("SELECT * FROM
auctions
ORDER BY itemID DESC"); while($fetchTimers = mysql_fetch_array($selectTimers)) {….onload=function(){ <?php $selectTimers = mysql_query("SELECT * FROM
auctions
ORDER BY itemID DESC"); while($fetchTimers = mysql_fetch_array($selectTimers)) { $itemID…
small change big headache
Programming
Web Development
12 Years Ago
by _DMC
… $send_email = true; } $query = "UPDATE " . $DBPrefix . "
auctions
SET current_bid = " . $bid . ", num_bids = num_bids + 1 WHERE id…;= $reserve) { $query = "UPDATE " . $DBPrefix . "
auctions
SET current_bid = " . floatval($reserve) . ", num_bids = num_bids + …
Re: small change big headache
Programming
Web Development
12 Years Ago
by _DMC
…query), $query, __LINE__, __FILE__); $query = "UPDATE " . $DBPrefix . "
auctions
SET current_bid = " . $next_bid . ", num_bids = (num_bids + 1 + &…query, __LINE__, __FILE__); $query = "UPDATE " . $DBPrefix . "
auctions
SET current_bid = " . floatval($cbid) . ", num_bids = num_bids + …
Re: Please, what is going wrong with this code?!?
Programming
Web Development
13 Years Ago
by Airshow
…(){GetInfo(i);}, 1000); }); } <?php $selectTimers = mysql_query("SELECT * FROM
auctions
ORDER BY itemID DESC"); while($fetchTimers = mysql_fetch_array($selectTimers)) { $itemID…]all[/U] the necessary data for [U]all[/U] relevant
auctions
in one hit. Individual calls will be inefficient due to…
COUNT ()
Programming
Databases
13 Years Ago
by Sabyre
…. [CODE] $query = "select count(id) as
auctions
from DSI_auctions a, DSI_users u WHERE a.current_bid>'0… $num_auctions = mysql_result($result,0,"
auctions
"); [/CODE] The goal here is to pull
auctions
won by "account" type…asking MYSQL to do is to find all the
auctions
that have closed with a winner and then …
Dynamic drop down menu to select records from Database
Programming
Web Development
13 Years Ago
by patrick1981
…to select and display BIDDERS signed up for each
AUCTIONS
. I have coded the following in PHP to …select the auction_id and title from
AUCTIONS
table into the drop down list. [CODE] <!--…=""> <?php $query="SELECT * FROM
auctions
"; $result =mysql_query($query,); $options=""; while ($row…
sharing database variables with ajax
Programming
Web Development
16 Years Ago
by josh000
… = 'localhost'; $db_user = 'root2'; $db_pwd = 'geheim'; $database = 'ebay'; $table = '
Auctions
'; if (!mysql_connect($db_host, $db_user, $db_pwd)) die("Can't connect…;/tr>"; $sql="SELECT SELLER_ID, ACCESSSTARTS, ARTICLE_NAME FROM
Auctions
"; $result = mysql_query($sql); while ($row = mysql_fetch_array($result)) {…
Needs Help in WCF Problem
Programming
Web Development
14 Years Ago
by andy1977
…in which I have one method, It gets new live
auctions
from the database. It is called every second. For… each
auctions
WCF creates new thread and start the auction. This…servers physical memory even after databases doesn’t have new
auctions
. When physical memory is fully consumed, the services restarts.…
How The Evolution Of Online Advertising Helped DaniWeb Itself To Evolve
Digital Media
Digital Marketing
5 Years Ago
by happygeek
… might take you to a search page of whatever shoe
auctions
they currently have going on. However, because campaigns could … the time you saw the ad there were no active
auctions
for red sneakers any more. However, with Google AdWords …they could now show you targeted ads for current shoe
auctions
where the ads themselves say "Auction ends in 15…
Re: Sub Query Returns more than 1 Row
Programming
Databases
13 Years Ago
by Biiim
…CODE=mysql]SELECT * FROM `wp_wpa_auctions` AS `
auctions
`[/CODE] Then Join on the bids table for…mysql]LEFT JOIN `wp_wpa_bids` AS `bids` ON `
auctions
`.`auction_id` = `bids`.`auction_id`[/CODE] Now you want…mysql]SELECT * FROM `wp_wpa_auctions` AS `
auctions
` LEFT JOIN `wp_wpa_bids` AS `bids` ON `
auctions
`.`auction_id` = `bids`.`auction_id` WHERE `…
Re: Dynamic drop down menu to select records from Database
Programming
Web Development
13 Years Ago
by veedeoo
… selected aution id $a_id = $_POST['select']; $query1 = "SELECT * FROM
auctions
WHERE auction_id = '".$a_id."'"; $result1 =mysql_query($query1,); while…
Re: Dynamic drop down menu to select records from Database
Programming
Web Development
13 Years Ago
by patrick1981
… selected aution id $a_id = $_POST['select']; $query1 = "SELECT * FROM
auctions
WHERE auction_id = '".$a_id."'"; $result1 =mysql_query($query1,); while…
What should I charge to create and maintain a PPC Adwords campain?
Digital Media
Digital Marketing
Search Engine Strategies
20 Years Ago
by cmills83
… CSS/HTML template mirroring their homepage to use for ebay
auctions
(nothing special...at all.) Very basic template. Anyways what do…/adwords) and then a monthly fee to keep listing ebay
auctions
and reporting on the ppc campains...Thanks!
E-business tool needed
Digital Media
Digital Marketing
18 Years Ago
by jaime
I need a reverse
auctions
tool or a free platform to manage
auctions
.Anyone can help?
CSS not working in FireFox
Digital Media
UI / UX Design
17 Years Ago
by woocha
…="radio" name="search1" value="
auctions
">
Auctions
<input type="radio" name="search1…
Need a Help with Vb Project
Programming
Software Development
17 Years Ago
by sanhitabhide
… been contracted to build a Car Auction system that manages
Auctions
of Cars for a dealership in Sydney. The system has… System that allows employees of the car dealership to manage
auctions
4) a reporting system that allows several reports to be…
Just looking for directions to follow and work on and not the Ans!
Programming
Software Development
17 Years Ago
by sanhitabhide
… been contracted to build a Car Auction system that manages
Auctions
of Cars for a dealership in Sydney. The system has… System that allows employees of the car dealership to manage
auctions
4) a reporting system that allows several reports to be…
Online identity auction selling credit cards for half a dollar
Hardware and Software
Networking
17 Years Ago
by happygeek
… servers where consumers' identities can be bought and sold? These
auctions
sell all kinds of personal data from social security numbers… accounted for hosting 64 percent of the total of such
auctions
known to Symantec, followed by Germany and Sweden. Credit cards…
Is it possible to use the same Javascript in a PHP while loop?
Programming
Web Development
15 Years Ago
by nonshatter
… of code: [CODE] <?php $request = mysql_query("SELECT * FROM
auctions
WHERE category_id BETWEEN '12' AND '84' ORDER BY a_timestamp DESC…"); echo '<h1>'.$_GET['ctg'].'
auctions
</h1>'; $i = 0; while ($i <= 6 and…
Same-page multiple form submits
Programming
Web Development
15 Years Ago
by nonshatter
…($_POST['flagged'])) { $getflag = mysql_query("SELECT a_flagged FROM
auctions
WHERE a_id = '$id'"); if(!$getflag) { die('Flag… 1; $timesflagged = $resultflag['a_flagged'] + $addflag; } $updateflag = mysql_query("UPDATE
auctions
SET a_flagged = '$timesflagged' WHERE a_id = '$id'"); ?> <form…
1
2
3
5
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC