עבור לתוכן
View in the app

A better way to browse. Learn more.

HWzone

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

בעיה עם SQL וPHP

Featured Replies

פורסם

.

פורסם

לא בטוח מה הבעיה (אתה יכול לנסות להחליף את ה ' ב ` לי זה עזר לפעמים ב php/mysql) אבל כל הכבוד על הוידיאו שבחרת ללימוד ;D

אחלה וידיאו יש להם

פורסם

כמה דברים.

אני לא יודע איפה האתר שלך נמצא והאם אתה יכל לראות את השגיאות שאתה מקבל.

סביר להניח שהשאילתא נופלת מסיבה כלשהי.

אני לא יודע מה הפונקציה שלך בדיוק עושה אבל תשתמש ב mysql_escape_string לכל קלט.

<?php
$user2= mysql_escape_string($_POST['user']);
$email2=mysql_escape_string($_POST['email']);
$comments2=mysql_escape_string($_POST['comments']);
$spam= mysql_escape_string($_POST['spam']);

echo $user2." , ".$email2." , ".$comments2." , ".$spam."";
$db= mysql_connect("localhost");
mysql_select_db("vinyldealers",$db);
$addfeedback = "INSERT INTO feedback (user, email, spam, comments) VALUES
('".$user2."','".$email2."','".$spam."', '".$comments2."')";
$result = mysql_query($addfeedback);
if (!$result) {
echo "Could not run query: " . mysql_error();
exit;
}
?>

ככה גם לפחות תוכל לראות על המסך הודעות שגיאה (בסוף תוריד את זה)

פורסם
  • מחבר

.

ארכיון

דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.

דיונים חדשים

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.