hi everyone,
i have a problem The last character is gone i use php with mssql...
it very urgent...
missing the last character
Started by DrorZeno, Jan 26 2010 10:40 AM
6 replies to this topic
#1
Posted 26 January 2010 - 10:40 AM
|
|
|
#2
Posted 26 January 2010 - 11:29 AM
#3
Posted 26 January 2010 - 02:43 PM
Without seeing your code, we can't even tell if you're missing the last character from a SQL query, or something else.
#4
Posted 27 January 2010 - 01:31 AM
Okay, sorry you right here's the code:
And that only happens when i take hebrew.
$id = SQLfix(intval($_GET['id']));
$query_details = mssql_query("SELECT recipients.birthday,recipients.familystatus,recipients.FirstName,recipients.city, cities.cityName FROM recipients, cities WHERE recipients.idx = '".$id."' AND recipients.city = cities.cityCode") or die("Died");
And that only happens when i take hebrew.
#5
Posted 27 January 2010 - 12:58 PM
Which character is missing?
#6
Posted 27 January 2010 - 12:58 PM
Which character is missing?
#7
Posted 28 January 2010 - 12:45 AM
Please give an example of how the information is stored in the database.
What the expected output would be.
and what the actual output is.
What the expected output would be.
and what the actual output is.


Sign In
Create Account

Back to top









