ProgScripting Languages
I want to learn web designing but I don’t know where to start. Can you guys help me by providing me the guidelines to start? Any help would be appreciated.
- 799 views
- 2 answers
- 1 votes
Is here somebody that is expert in HTML code who can make a code so that the text or image will disappear after some period of time.I don’t want to use javascript or other language but HTML. Please help me with this.
- 838 views
- 2 answers
- 0 votes
I am new to HTML and I have a problem understanding the div tag.What is its use and when to use it? Please suggest in detail
about the tag and its functionality.
- 1146 views
- 2 answers
- 1 votes
Would you give me an idea or tips on how to build a website that may gain attention to more audience?
- 821 views
- 2 answers
- 0 votes
Why do I need to install a Xampp software if I will create a dynamic website using PHP as its language?
- 894 views
- 1 answers
- 0 votes
how to insert the word document or upload the resume in the column of table having the clob data type using the vaadin framework?
- 1391 views
- 1 answers
- 0 votes
When I download PDFs, everytime I open them only lots of squares appear. I tried changing language and all recommended actions in help menu, nothing worked.
- 760 views
- 2 answers
- 0 votes
Can someone please classify the JavaScript statement such as data type and operator and then enumerate the objective and the syntax of each?
And also what are the difference between data type and operator?
Thanks.
- 1259 views
- 2 answers
- 0 votes
I don't get errors or anything but it doesn't save in my db?
Please help.
<?php>
if(isset($_POST[save]))
{
//student,grade,section,subject
$ids=$_POST['id'];
$grades=$_POST['fg'];
$secs=$_POST['secs'];
$subs=$_POST['subs'];
$yirs=$g_year['acad_id'];
debug($_POST);
if(isset($_POST['save']))
{
unset($_POST['save']);
$i = count($_POST['id']); $x = 0;
for($x=0; $x <$i;$x++){
foreach($_POST as $data =>$d){
- 1110 views
- 2 answers
- 0 votes