Tagged Questions
0
votes
2answers
18 views
Browser scrollbar is nowhere to be found?
Okay basically for some reason, I barely noticed that when I load up my project the scrollbar is missing on all browsers, which is weird, i can force scroll by clicking down on the little mouse ball ...
0
votes
2answers
28 views
Query Select Sql with Condition from a Value of Html combobox
I have a problem of my web programming using php. I have an input form where there are two combobox with several options.
In the form, there also a textfield of Code where the value is determined by ...
0
votes
3answers
32 views
Call the php function inside the html tag
I had write a simple html code and save it as testing.html in eclipse. Below are the code:
<html>
<body>
<?php
function helo()
{
echo "hello";
}
echo "say ";
helo();
?>
...
0
votes
1answer
25 views
confirm dialog box in php
I have this echo statement:
echo "<td align=center style=border:0>"."<a href='?delete=$row[id]'>Delete</a>"."</td>";
how am I able to make that when I press the 'Delete' a ...
-2
votes
0answers
24 views
Make all link inside a frame open inside that frame
It's already a few days I am looking for a way to make my forum stay inside a frame in a php page.
Unfortunately my provider use a few scripts to make things more difficult.
For example: looks like ...
0
votes
3answers
66 views
How can I send data to another page without javascript, jquery, or an HTML form?
I'm very new to web programming and everything I learn I basically learn from looking up documentation online. I have a website running a type of game with an inventory and such. I can't seem to think ...
-2
votes
3answers
51 views
How to use variable html in php
i have problem, I need to use a variable whos declare in html , to use it in php ... I had the code bellow :
global $array_contact;
$array_contact = array();
.
.
.
.// definition of ...
0
votes
1answer
32 views
creating dynamic HTML. Automatically write HTML to a web page when an action is done
I'm creating a web app for a company that sells mp3 sound clips. I have implemented a register, login, payment and admin functions. Within the admin page I have allowed the privileged user to add an ...
0
votes
0answers
29 views
PHP form sending html email
Hi there i'm relatively new to php.
I've tried to build a contact form that generates a nice html email. So far i've succeeded in redirecting to my "thank you_page" if the form is send. I've even ...
0
votes
1answer
32 views
automatic subtract words when page resized or zoomed
i would like to know how can i make my title in divs automatically substracted to a certain number to stay fitting the div when resizing window or zooming website as youtube.com do ?
im substracting ...
-2
votes
2answers
28 views
what is the best way to create mobile website and desktop website? [on hold]
I am going to develop a hotel reservation website. i am also new in website designing. my client need both mobile, tablet and desktop website.
what is the best way for create mobile, tablet and ...
0
votes
0answers
17 views
Getting value of Option in Select for an Email that uses a JS Mail handler
I know I've posted this before, but I posted the other one when I was tired and at 2am. This one I'm able to reply quickly, and I want to get this sorted, I'll remove the other one as soon as I've ...
0
votes
0answers
16 views
AmCharts with MySQL
I've been working, for quite sometime, on creating a graph using dynamic data. I am following this tutorial
http://blog.amcharts.com/2011/03/amcharts-javascript-tutorials-part-2.html
I have a php ...
-1
votes
0answers
27 views
Why this php session is not being registered?
Till this file the session was being registered and everything was working fine. But now the session is not being registered. I've searched for the similar questions but none worked for me. Can you ...
0
votes
1answer
26 views
Ensure that request comes from withing server
Suppose, I am building website. I want the user to be able to access the index.php file only. I also have other files like www.mydomain.com/aboutus.php files and user can access them if he types this ...