How can i change the url in the udropship [closed] - php

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I have this magento website, http://www.sample.com/udropship, want to change to http://udropship.sample.com
Please anybody who can help with this should please provide an answer.

This has nothing to do at all with php, mysql, css nor ajax. This a matter of DNS-setup. You should start at your DNS service, which is most probably also your webhost in your case.

Related

phpmyadin loads for several minutes [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I got the problem that my phpmyadmin needs alot of time to actually be loaded.
The database is small and I do not know how to fix this issue.
Has anyone experienced with this kind of situation and can help me out

How to create a bot for steam on PHP? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I want to create a bot for trade like on csgolounge.com or like on other websites. I can't find the manul.
I found this: Steam Web API/IEconService
.
But I don't know how to use it. Please give me the right direction.
In the same link you provide is the answer for your question, https://developer.valvesoftware.com/wiki/Steam_Web_API
From PHP you'll need CURL extension enabled in order to make requests to this API

how to get information from a link in php [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
If give you a link like http://login.php?workerid=abc,
how can we get the information of workerid in php? Thanks.
Maybe $_GET function, but do not know exactly how to make that work.
you can get information from url like this
$data=$_GET['workerid'];

How do I make a comment system for my website? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
What would the code be to have a comments section on my website where logged in people can place a comment. I got a database and want to use html and php only. No 3th party involved.
Something simple and not to advanced.
You should check out some tutorials:
http://www.youtube.com/watch?v=KGmEZY6DBhw
http://www.2my4edge.com/2013/05/comment-system-using-php-and-mysql.html
We are not going to place an entire code here, you should show us that you've tried instead of just asking us to write all of your code.

Whats the correct way of detecting someone is browsing my page with an iPhone? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am trying to get the best way to detect iphone users and forward them to the micro version of the site...
I am using PHP
Thanks in advance
Lee
I recommend to look at http://chrisschuld.com/projects/browser-php-detecting-a-users-browser-from-php/

Categories