Seems that YouTube app on my Android phone is somehow filtering music video results. It can't find "Mr Roboto - Styx" or any Lady Gaga videos. What's going on, and is there another way for me to watch music videos on my phone?
Is it possible to just upload my existing scripts onto a cloud server? Or do I have to specifically tailor them the scripts to work on cloud server?
Where can I find host that uses cloud?
How much would it cost to host website that gets like 10 visitors a day?
On shared hosting with Dreamhost...
Is it possible to just upload my existing scripts onto a cloud server? Or do I have to specifically tailor them the scripts to work on cloud server?
Where can I find host that uses cloud?
How much would it cost to host website that gets like 10 visitors a day?
On shared hosting with Dreamhost...
Let's say I have an authentication script. I use $_SESSION['admin'] to store true or false - will use this later to determine if the user has admin access on the website.
Are session variables like COOKIES, that the client can alter them? Or can session variables only be set by the server?
I need something like a shopping cart, but without the check-out features. I just need to display the products on a website: category, title, description, price, pictures. But I don't want to make any sales through the website. It's so the shop owner can log into admin area and add/edit products...
I need something like a shopping cart, but without the check-out features. I just need to display the products on a website: category, title, description, price, pictures. But I don't want to make any sales through the website. It's so the shop owner can log into admin area and add/edit products...
I'm going to be flying Argentina (EZE) to Mexico City (MEX) on AeroMexico #31. Then Mexico City (MEX) to Montreal (YUL) on AeroMexico #680.
Mexico City (MEX) has two terminals. If you have to switch terminals, you have to exit secure area through customs and immigration, then you have to go...
Hi, I'm making website for friend. He has a boutique hotel in tropical country where he has a few rooms. But he charges extra for every person, because he includes meals.
I'm looking to install a script on his site where people can create a reservation, and pay with PayPal right away. But so...
Hi, I'm making website for friend. He has a boutique hotel in tropical country where he has a few rooms. But he charges extra for every person, because he includes meals.
I'm looking to install a script on his site where people can create a reservation, and pay with PayPal right away. But so...
Hi, I'm making website for friend. He has a boutique hotel in tropical country where he has a few rooms. But he charges extra for every person, because he includes meals.
I'm looking to install a script on his site where people can create a reservation, and pay with PayPal right away. But so...
...information as POST? I'm looking to forward user to next page with some data, but I don't want to use $_GET -- as I don't want the data appearing in URL. I was hoping to send a header with values in $_POST, and then redirect user to that page. Is this possible?
Currently, I'm using...