Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.
All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!
bakit nd lumilitaw ung value sa table
<form action="movie.php" method="POST">
<input type="text" name="title" placeholder="title"><br>
<input type="text" name="img" placeholder="img"><br>
<input type="text" name="link" placeholder="link"><br>
<input type="text" name="year" placeholder="year"><br>
<input type="text" name="quality" placeholder="QUALITY"><br>
<button name="submit" type="submit">SUBMIT</button><br>
</form>
$title = $POST['title'];
$image = $POST['image'];
$link = $POST['link'];
$year = $POST['year'];
$quality = $POST['quality'];
$sql = "INSERT INTO movie (mtitle, link, img, year, quality) VALUES ('$title', '$img', '$link', '$year', '$quality');";
$result = mysqli_query($conn,$sql);
header("Location: index.php?movie=success");
$(document).ready(function(){
var counter = 1;
$("#addButton").click(function () {
if(counter>15){
alert("ANG HABA NA NG TS MO!");
return false;
}
var newTextBoxDiv = $(document.createElement('div')).attr("id", 'TextBoxDiv1' + counter);
newTextBoxDiv.after().html('<textarea rows="1" cols="65" style="font-size: 14px; border: 3px solid orange;background-color:white;color:mediumvioletred;">STEP '+ counter + ': </textarea>');
newTextBoxDiv.appendTo("#TextBoxesGroup");
counter++;
});
$("#removeButton").click(function () {
if(counter==1){
alert("MAGTRABAHO KA NAMAN!");
return false;
}
counter--;
$("#TextBoxDiv1" + counter).remove();
});
});
Good day mga Sir;
Self study po ako sa web developing ask ko lang kung pano ung code sa php para mag connect ng database at insert query ? Gagawa sana ako ng log in ..
Maraming salamat sa lahat.
![]()
mga boss may tutorial po ba kayo ng PHP, CSS, jquery, HTML at MySQL refresher lng po salamat po ng marami mga boss!!![]()
^ pwede mo rin gamitin ang meta tags refresh mas madali![]()
In order to preload files, you need to write a custom PHP script
This script is executed once on server startup
All preloaded files are available in memory for all requests
Changes made to the source file won't have any effect, until the server is restarted