THANK YOU SIR BUT THERE IS AN ERROR COMING AT LINE 2 OF PREVIEW.PHP AND IT IS SAYING THIS(Connection stablished successfully Warning: Undefined array key "id" in C:\.xampp\htdocs\application\preview.php on line 2 Warning: Undefined variable $db in C:\.xampp\htdocs\application\preview.php on line 41 Fatal error: Uncaught Error: Call to a member function prepare() on null in C:\.xampp\htdocs\application\preview.php:41 Stack trace: #0 {main} thrown in C:\.xampp\htdocs\application\preview.php on line 41).........SIR PLZ TELL WHAT TO DO?
@TechnoSmarter10 ай бұрын
Check syntax near about $reg_no , missing semicolon or remove semi colon
@PragyaBharti6910 ай бұрын
@@TechnoSmarter OK sir Thank you sir:
@SarahHenewaa-kg4ej Жыл бұрын
Hello boss please my image isn't displaying in the preview.php
@TechnoSmarter Жыл бұрын
Kindly check image in folder and also your image path . You can check by inspect element and image in folder that you have created for all images .
@ankit-o2h3n3 ай бұрын
can you please help me when I upload this project on my hostinger it is showing 403 access forbidden, how can i fix this?
@TechnoSmarter3 ай бұрын
Check your path where you uploaded or may issue in your htaccess file .
@SandipanInfo2 жыл бұрын
how to stop resubmit same data or same name
@TechnoSmarter2 жыл бұрын
You can create validations and restrictions under validations. All fields should be validated.
@SandipanInfo2 жыл бұрын
@@TechnoSmarter I want to if name with father name is same then data not to be inserted
@TechnoSmarter2 жыл бұрын
You can create query like this $sql="SELECT count(*) from registrations where name=:name and fname=:fname"; $stmt = $db->prepare($sql); $stmt->bindParam(':name', $name, PDO::PARAM_STR); $stmt->bindParam(':fname', $fname, PDO::PARAM_STR); $stmt->execute(); $count=$stmt->fetchColumn(); if($count>0) echo 'Already submitted '; } else { // your insert query } Paste your insert query inside the else block ..
@SandipanInfo2 жыл бұрын
@@TechnoSmarter thank you.
@TechnoSmarter2 жыл бұрын
Welcome
@stranger56997 ай бұрын
Which software is used for coding ?
@TechnoSmarter7 ай бұрын
Sublime text editor
@akashkumarpandey904 Жыл бұрын
i wanted to make this same using java then what all technology i have to use
@TechnoSmarter Жыл бұрын
Ok use logics in java
@dastgirakhtar97822 жыл бұрын
Nice
@TechnoSmarter2 жыл бұрын
Thank you Dastgir ....
@sagartechinfo8935 Жыл бұрын
Hello sir mere me stmt= $db wala kyu undefined bata rha hai
@TechnoSmarter Жыл бұрын
Kindly create connection file and include in form and preview files.
@sagartechinfo8935 Жыл бұрын
@@TechnoSmarter how to contact you sir. Because i need to made preview of my college project?
@sagartechinfo8935 Жыл бұрын
I had create connection file but it shows 2 more error
@TechnoSmarter Жыл бұрын
You can contact on fb , insta. Links are in description box. Or search Techno Smarter on fb and insta.
@TechnoSmarter Жыл бұрын
Kindly mention your more errors.
@oskrack13672 жыл бұрын
Bro image upload nahi ho rahe hai
@TechnoSmarter2 жыл бұрын
Please check file properties carefully and also create uploads folder .
@oskrack13672 жыл бұрын
@@TechnoSmarter folder name Dena hai kya wha pe
@oskrack13672 жыл бұрын
Folder path
@TechnoSmarter2 жыл бұрын
Yes folder path $folder = "uploads/";
@oskrack13672 жыл бұрын
@@TechnoSmarter nahi ho rha bro
@arupsaha73802 жыл бұрын
Please make a Student Registration system paid project with customizable field