0
votes
0answers
12 views

Codeigniter session strange behavior

I am storing a different session like id, type, isloggedin and lastly comp_city where I store a name of city to comp_city session.. For example I stored 'San Francisco' to the session comp_city and ...
0
votes
0answers
33 views

I am having a PHP error that my script is NOT catching

I have checked and rechecked my PHP script, HTML code, and SQL database table with no success at finding out what is wrong. When I submit my post on my website, the "You successfully posted." message ...
0
votes
1answer
14 views

Need to move logo on site using WordPress

Dear fellow web developers: I am having trouble aligning my logo on a page I am making in WordPress. The site can be viewed here: I would like the logo to be of the same height as the store hours ...
1
vote
1answer
28 views

Checkbox for every task echoed from a database

I am trying to add a checkbox for every task that I echo from a database and call the function changecompleted whenever any checkboxe is selected. echo $row_1['Task'];?> <input type='checkbox' ...
0
votes
1answer
33 views

jQuery Confirm on click of button

I have the following code that works in conjunction with a "value" that is given from data inputted into an input box. How would I alter this code to just send the data - product_details['id'] ...
-1
votes
1answer
21 views

individual checkbox for each task returned in a ajax call [closed]

I have a question about checkboxes. I am making a website that lets users enter their tasks for the day and can check the tasks off once they are complete. They can browse the tasks by selecting the ...
0
votes
1answer
34 views

How to search my database using php

(Q) I have a web page that contains forms, and I want to be able to use the information that the user insert in these forms (after submitting) in order to run a SQL query and search the databese using ...
0
votes
1answer
20 views

item select from drop down list, display a certain value

I'm currently stumped with a task i've been set. I am to create php script that makes use of promotion codes. At the current time, i'm creating the product selection page, I have been told to use ...
-3
votes
0answers
23 views

Footer not staying at the bottom in Google Chrome [closed]

I'm working on this Joomla website. Page displays ok in all browsers except Google Chrome. Here is the link: http://goo.gl/6vgyE As you can see in Chrome the footer appears at the middle of the page, ...
-1
votes
1answer
25 views

Redirect to php page after insert data in mysql [duplicate]

I want to redirect my form to a php page after submit and after data of the form have been inserted (in a correct way) in my database. I use action="insert-data.php" to insert data but I want to ...
0
votes
2answers
33 views

Is it possible to create an HTML page without the use of MySQL?

From what I have so far, I have an HTML form using method POST for PHP. What I want to do is automatically create a page using the input that includes a stylesheet and things that aren't in the form. ...
-5
votes
0answers
37 views

web designing / web developer… how different are they? [closed]

i m a new bee in web technologies and i am quite familiar with HTML and php i am learning Java script these days and i wanted to know the scope in the field of web technologies.? first, what is the ...
1
vote
2answers
18 views

How to pass hidden information in a form in html?

How do I pass hidden information about a form? <form action="index.php" method="post"> <textarea rows="2" cols="30" NAME="com" > </textarea> <input type="submit" ...
0
votes
1answer
34 views

POST request not working, why?

I am trying to POST 50 text field values from an HTML page to a PHP file .. The address bar shows signs of the page being redirected, but even a simple echo statement doesn't work. Is the problem ...
1
vote
1answer
40 views

PHP Logic not running when called from a Javascript String not working

I am currently trying to encase a navigation bar in a javascript file so I do not need to put the whole code on every page. The navigation bar was working perfectly..... until I inserted some php ...

1 2 3 4 5 1599
15 30 50 per page