Search:
Type: Posts; User: ssystems
Search :
Search took 0.04 seconds.
Just remove it so you'll have something like this
echo "<a href='$mylink/'>" . $result['title'] . "</a>";
It is from this part of the code
$result['documentid']
Basically it was appended and from the database has a value of 1
Hi,
Thanks for the reply. I am more concerned about the later. Those toolbars are getting the data somewhere and that's what I'm looking for.
It is always best to give people your code so we know what went on. Either way I assume you have something like
echo "<a href='/" . %mylink . "/" . $row['documentid'] . "'>" . $row['title'] ....
Yes. basically you are looping through an array of objects. I suggest reading on Control Loops and Arrays
No, you are already looping on your query. Remove the limit 0, 1 and you should be good to go
It depends on you. It's just a placeholder. You can place it in a variable if you want or directly on the line.
We understand that but that doesn't give us the format. Try this
while($result = mysql_fetch_array( $data ) )
{
echo "<a href='/mylink/" . $result['documentid'] . "'>" ....
I am assuming MSSQL
SELECT DATEDIFF(DAY, GETDATE() - 5, GETDATE()) FROM [Schema].[Table]
Like
http://yourdomain/yourscript?did=<documentid>
We can only tell you how to implement it but you have to tell us what you need. Without that we cannot help you. It is also the same reply...
Give us the format of the link you want.
Hi Guys,
Do you know where I can download the old Docent 6.5?
Thanks
Just wondering. What is the source of PR data nowadays? I mean the original data not the consuming sites. Does anyone know?
I know this is a debatable metric but I just have a requirement for it...
Provide everyone with your current structure and what you want to extract from them. Our mind reading skills haven't been upgraded for a while
First this is more of a PHP question than a database question.
From
while($result = mysql_fetch_array( $data ) )
{
echo $result['documentid'];
echo $result['title'];
echo...
Just wondering. What is the source of PR data nowadays? I mean the original data not the consuming sites. Does anyone know?
First, what version are you using?
http://forums.asp.net/t/1031775.aspx/1
The only real core property is the ones on core javascript. getElementByTag, etc.
http://madrobby.github.com/scriptaculous/core-effects/ Look at the source you'll see he's referencing a...
Where did you declare the Effect object? Best is get the latest browser. Then use the tools there. Quickly it gave me an error that Effect is undefined.
What key are you looking for? You mean idea? Yes you can say that it is part of it. Just keep in mind there is a difference between programmers, coders, engineers, architects, etc.
The first...
Are you looking for something like a PagedCollection? Make the next and prev a linkbutton or button then handle postback events.