Everything posted by inlinedivblock
- Google Material Design Thoughts and inspiration
- Google Material Design Thoughts and inspiration
-
ECommerce platform with search boxes
magento does it
-
Need some inspiration for DB-Intensive site
maybe you can use Bootstrap or Foundation Zurb themes? they have themes which might suit your needs if you don't want to write your template.
-
PrestaShop and Epos Now Integration?
firstly check if there is a prestashop module which might already exist? It's really hard to give a price but i would say a minimum £2000+ for basic integration depending on difficulty. Will probably take just under 2 weeks, but best check with the epos software guys to see if they can recommend a developer they might have some who can do it at a reasonable price. I charge one of my clients a monthly fee to spread the costs because he needs constant updates for his websites which run on a bespoke crm system, it is a bloody nightmare especially when you calculate fluctuating currency prices, and the system doesn't come with a manual!!! ...... it really depends on the type of integration they want.
-
PrestaShop and Epos Now Integration?
the software has API https://developer.eposnowhq.com/Docs/Product so it is possible to update prestashop using it's REST/CRUD web service, So it can be done but will need you to connect them together.... I usually do this with Magento and other bespoke written CRM/EPOS systems, a lot of work to get them all synced up.
- Looking for a slider
- How to drag point (circle) and move it to sides
-
CSS Rollover Green (yuck) Want to change
@media screen and (min-width: 783px) .primary-navigation li:hover > a, .primary-navigation li.focus > a in your file: style.css (Theme Name: Twenty Fourteen)
-
Responsive/Grid layout
i always end up using bootstrap!
-
Welcome Jack on the mod team!
i like cats
-
Phones 4u
yeah wreckless behaviour, this is going to affect of a lot people, there should be some kind of investigation to see if there was anything else behind this deal, maybe phones4u did something wrong breach the terms of their contract maybe.
-
Dear Moderators
instead of removing posts, would it be better to remove the name of the poster associated with the message? so instead of "danieljoseph" it will be "anonymous[privacy]", so keeping the message and keeping anonymity for the poster if they wanted some privacy.
-
udpate php form
framweworks are a great tool to aid in web development, And you need knowledge in css / html / javascript to put it all together, How are you using the linid moham?
-
udpate php form
ok so this part of the mysql code ' WHERE id = $linid ' should be a unique identification number otherwise any records sharing that id number will also be updated. I would not recommend letting the used input the unique id themselves. as for making the form look nice you can look at implementing some light frameworks? but i would first get your form working and then think about the look and feel of the site.
-
udpate php form
like so <input type="hidden" name="linid" value="1" readonly /> probably should call records up dynamically if you want it to work right, or you put each linid individually What do you have in your database ? do you have any records ?
-
udpate php form
i don't see you posting the $_POST['linid']; ? from update.php
-
udpate php form
your update statement should be like this UPDATE edit SET email = $email WHERE id = $linid You are trying to update Records in a field? not a table, which is why you got the ALTER functions from NOCK, which is used to alter tables.
-
Set up a cookie - wonder if js or php would be better?
I would go with PHP because it runs server side so the user cannot interfere with your script and the script will run even with JS disabled as the previous poster suggested.
-
LOAD DATA LOCAL INFILE WHERE clause?
so does the import work into mysql from the previous messages which D4YO set out for you? Another idea which could be quicker is import everything into mysql, and then run a clean up script on mysql to remove all the records you don't want!
-
LOAD DATA LOCAL INFILE WHERE clause?
view this page http://php.net/manual/en/function.fgetcsv.php so for each loop it inserts into mysql, it is a bit slow this way, but for this purpose you can start in this way and then build on it. Within the loop you can add an if statement to not process certain lines which meet a criteria you have set, so "IF(condition is true)" then continue with insert, if not true ignore and continue to next row. i hope that kind of makes sense, makes sense in my head lol
-
LOAD DATA LOCAL INFILE WHERE clause?
if you want to ignore certain data possibly you can use http://www.electrictoolbox.com/mysql-insert-ignore/ instert ignore? or a NOT IN function i haven't really done anything like this on the mysql side. i tend to write a small function to do what I want in php and then insert into mysql.
-
LOAD DATA LOCAL INFILE WHERE clause?
yes use php or another programming language to sort out the data and the import into mysql so put data into an array and then you can sort it, and output into mysql.
-
info desperately needed for shop website
You can start by looking at Prestashop, I use Magento but it is a steep learning curve, most beginners will use prestashop, i run 2 ecommerce sites and setting up another 2 at the moment, If you need help please do not hesitate to contact me
- Advice please..... Job interview