/    Sign up×
Community /Pin to ProfileBookmark

Database inserts not working properly

Setup: We have a MS SQL Server 2000 Database as a backend. We use PHP as a front end.

I validate every field that has to be entered into the database for a ‘(quote) . I want it to be replaced by ” (double quotes). This how I do that

[code=php]str_replace(“‘”,”””,$_REQUEST[“url”])[/code]

However ‘(single quote) is being replaced by ‘ instead of ”(double quotes). I tried to turn off magic quotes

[code=php]ini_set(“magic_quote_gpc”,”Off”); ini_set(“magic_quotes_runtime”,”Off”); [/code]

Didn’t work. How do I fix this minor annoying issue?

Thanks

to post a comment
PHP

0Be the first to comment 😎

×

Success!

Help @difrad76 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.6,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...